Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2803#discussion_r211055054
--- Diff:
external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/EsLookupResultOutput.java
---
@@ -25,17 +26,22 @@
import org.elasticsearch.client.Response;
/**
- * @since 0.11
* The adapter to convert the results fetched from Elasticsearch to values.
+ *
+ * @since 0.11
*/
public interface EsLookupResultOutput extends Serializable {
/**
+ * Covert Elasticsearch response to a collection of {@link Values}.
--- End diff --
nit: Covert -> Convert
---