Interface ElasticsearchSearchSyntax

All Known Implementing Classes:
Elasticsearch7SearchSyntax, Elasticsearch81SearchSyntax

public interface ElasticsearchSearchSyntax
  • Method Details

    • getTermAggregationOrderByTermToken

      String getTermAggregationOrderByTermToken()
    • requestDocValues

      void requestDocValues(com.google.gson.JsonObject requestBody, com.google.gson.JsonPrimitive fieldName)
    • requestNestedSort

      void requestNestedSort(List<String> nestedPathHierarchy, com.google.gson.JsonObject innerObject, com.google.gson.JsonObject filterOrNull)
    • requestGeoDistanceSortIgnoreUnmapped

      void requestGeoDistanceSortIgnoreUnmapped(com.google.gson.JsonObject innerObject)
    • encodeLongForAggregation

      com.google.gson.JsonElement encodeLongForAggregation(Long value)