Interface ElasticsearchSearchSyntax
- All Known Implementing Classes:
Elasticsearch7SearchSyntax,Elasticsearch81SearchSyntax
public interface ElasticsearchSearchSyntax
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonElementencodeLongForAggregation(Long value) voidrequestDocValues(com.google.gson.JsonObject requestBody, com.google.gson.JsonPrimitive fieldName) voidrequestGeoDistanceSortIgnoreUnmapped(com.google.gson.JsonObject innerObject) voidrequestNestedSort(List<String> nestedPathHierarchy, com.google.gson.JsonObject innerObject, com.google.gson.JsonObject filterOrNull)
-
Method Details
-
getTermAggregationOrderByTermToken
String getTermAggregationOrderByTermToken() -
requestDocValues
void requestDocValues(com.google.gson.JsonObject requestBody, com.google.gson.JsonPrimitive fieldName) -
requestNestedSort
-
requestGeoDistanceSortIgnoreUnmapped
void requestGeoDistanceSortIgnoreUnmapped(com.google.gson.JsonObject innerObject) -
encodeLongForAggregation
-