Github user zenfenan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2601#discussion_r179216547
--- Diff:
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch/QueryElasticsearchHttp.java
---
@@ -68,8 +72,10 @@
+ "To retrieve more records, use the ScrollElasticsearchHttp
processor.")
@WritesAttributes({
@WritesAttribute(attribute = "filename", description = "The
filename attribute is set to the document identifier"),
+ @WritesAttribute(attribute = "es.hitCount", description = "The
number of hits for a query"),
--- End diff --
Just found out that some processors have used camel cases in writing
attributes. Sorry about that. Feel free to revert back although `es.hitcount`
itself looks good to me.
---