Skip to content

Commit

Permalink
add order list in Content.java
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Aug 17, 2023
1 parent 4150908 commit 854f0f7
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
import org.apache.commons.lang3.tuple.Pair;

/**
* <pre>
*
* 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 OpenSearch search response.
* 2. Represent the Object data extract from the OpenSearch aggregation response.
* </pre>
* <ol>
* <li>Represent the JSON data retrieve from OpenSearch search response.</li>
* <li>Represent the Object data extract from the OpenSearch aggregation response.</li>
* </ol>
*/
public interface Content {

Expand Down

0 comments on commit 854f0f7

Please sign in to comment.