Class Elasticsearch7SearchSyntax
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.lowlevel.syntax.search.impl.Elasticsearch81SearchSyntax
-
- org.hibernate.search.backend.elasticsearch.lowlevel.syntax.search.impl.Elasticsearch7SearchSyntax
-
- All Implemented Interfaces:
ElasticsearchSearchSyntax
- Direct Known Subclasses:
Elasticsearch64SearchSyntax
public class Elasticsearch7SearchSyntax extends Elasticsearch81SearchSyntax
The search syntax for ES7.0 to ES8.0.
-
-
Constructor Summary
Constructors Constructor Description Elasticsearch7SearchSyntax()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonElementencodeLongForAggregation(Long value)-
Methods inherited from class org.hibernate.search.backend.elasticsearch.lowlevel.syntax.search.impl.Elasticsearch81SearchSyntax
getTermAggregationOrderByTermToken, requestDocValues, requestGeoDistanceSortIgnoreUnmapped, requestNestedSort
-
-
-
-
Method Detail
-
encodeLongForAggregation
public com.google.gson.JsonElement encodeLongForAggregation(Long value)
- Specified by:
encodeLongForAggregationin interfaceElasticsearchSearchSyntax- Overrides:
encodeLongForAggregationin classElasticsearch81SearchSyntax
-
-