Uses of Class
org.elasticsearch.search.sort.SortOrder
-
-
Uses of SortOrder in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type SortOrder Modifier and Type Method Description SearchRequestBuilderSearchRequestBuilder. addSort(String field, SortOrder order)Adds a sort against the given field name and the sort ordering. -
Uses of SortOrder in org.elasticsearch.index
Fields in org.elasticsearch.index with type parameters of type SortOrder Modifier and Type Field Description static Setting<List<SortOrder>>IndexSortConfig. INDEX_SORT_ORDER_SETTINGTheSortOrderfor each specified sort field (ie. -
Uses of SortOrder in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex with parameters of type SortOrder Modifier and Type Method Description ReindexRequestReindexRequest. addSortField(String name, SortOrder order)Add a sort against the given field name. -
Uses of SortOrder in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite that return SortOrder Modifier and Type Method Description SortOrderCompositeValuesSourceBuilder. order()Gets theSortOrderto use to sort values produced this sourceMethods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type SortOrder Modifier and Type Method Description ABCompositeValuesSourceBuilder. order(SortOrder order)Sets theSortOrderto use to sort values produced this source -
Uses of SortOrder in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics with parameters of type SortOrder Modifier and Type Method Description TopHitsAggregationBuilderTopHitsAggregationBuilder. sort(String name, SortOrder order)Adds a sort against the given field name and the sort ordering. -
Uses of SortOrder in org.elasticsearch.search.builder
Methods in org.elasticsearch.search.builder with parameters of type SortOrder Modifier and Type Method Description SearchSourceBuilderSearchSourceBuilder. sort(String name, SortOrder order)Adds a sort against the given field name and the sort ordering. -
Uses of SortOrder in org.elasticsearch.search.sort
Fields in org.elasticsearch.search.sort declared as SortOrder Modifier and Type Field Description protected SortOrderSortBuilder. orderMethods in org.elasticsearch.search.sort that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. fromString(String op)SortOrderSortBuilder. order()Return theSortOrderused for thisSortBuilder.static SortOrderSortOrder. readFromStream(StreamInput in)static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.search.sort with parameters of type SortOrder Modifier and Type Method Description TSortBuilder. order(SortOrder order)Set the order of sorting.
-