[ 
https://issues.apache.org/jira/browse/NIFI-5052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16454403#comment-16454403
 ] 

ASF GitHub Bot commented on NIFI-5052:
--------------------------------------

Github user mattyb149 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2616#discussion_r184433040
  
    --- Diff: 
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/src/test/java/org/apache/nifi/elasticsearch/integration/ElasticSearchClientService_IT.java
 ---
    @@ -102,4 +129,43 @@ public void testBasicSearch() throws Exception {
                 Assert.assertEquals(String.format("%s did not match", key), 
expected.get(key), docCount);
             }
         }
    +
    +    @Test
    +    public void testDeleteByQuery() throws Exception {
    +        String query = "{\n" +
    --- End diff --
    
    Nitpick, but if ES doesn't require the query be pretty-printed, it might be 
easier to read if it were just a one-line string.


> Create a "delete by query" ElasticSearch processor
> --------------------------------------------------
>
>                 Key: NIFI-5052
>                 URL: https://issues.apache.org/jira/browse/NIFI-5052
>             Project: Apache NiFi
>          Issue Type: New Feature
>            Reporter: Mike Thomsen
>            Assignee: Mike Thomsen
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to