Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2803#discussion_r211055345
--- Diff:
external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/doc/Index.java
---
@@ -28,6 +29,13 @@ public Index() {
}
+ /**
+ * Create a Index with the specified index, type and id.
+ *
+ * @param index index name
+ * @param type document type to be stored
+ * @param id unique document id in Elastisearch
--- End diff --
nit: Elastisearch -> Elasticsearch
---