[
https://issues.apache.org/jira/browse/NIFI-5052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16457567#comment-16457567
]
ASF GitHub Bot commented on NIFI-5052:
--------------------------------------
Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2616#discussion_r184851877
--- 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 --
Done.
> 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)