Interface ElasticsearchSearchSyntax

    • Method Detail

      • 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)