Uses of Class
de.otto.flummi.SortOrder
-
Packages that use SortOrder Package Description de.otto.flummi de.otto.flummi.aggregations de.otto.flummi.query.sort de.otto.flummi.request -
-
Uses of SortOrder in de.otto.flummi
Methods in de.otto.flummi that return SortOrder Modifier and Type Method Description 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. -
Uses of SortOrder in de.otto.flummi.aggregations
Methods in de.otto.flummi.aggregations with parameters of type SortOrder Modifier and Type Method Description TermsBuilderTermsBuilder. order(String fieldName, SortOrder order) -
Uses of SortOrder in de.otto.flummi.query.sort
Methods in de.otto.flummi.query.sort with parameters of type SortOrder Modifier and Type Method Description FieldSortBuilderFieldSortBuilder. setOrder(SortOrder order) -
Uses of SortOrder in de.otto.flummi.request
Methods in de.otto.flummi.request with parameters of type SortOrder Modifier and Type Method Description SearchRequestBuilderSearchRequestBuilder. addSort(String key, SortOrder order)
-