Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
address comments, add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
penghuo committed Feb 3, 2021
1 parent 6cf8234 commit 2b799f7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
import org.apache.commons.lang3.tuple.Pair;

/**
* Content represent data.
* Regardless the underling data format, the {@link Content} define the data in abstract manner
* which could be parsed by ElasticsearchExprValueFactory.
*
* There are two major use cases:
* 1. Represent the JSON data retrieve from Elasticsearch search response.
* 2. Represent the Object data extract from the Elasticsearch aggregation response.
*/
public interface Content {

Expand Down

0 comments on commit 2b799f7

Please sign in to comment.