Uses of Class
org.springframework.data.elasticsearch.core.query.Order
Packages that use Order
-
Uses of Order in org.springframework.data.elasticsearch.core.query
Subclasses of Order in org.springframework.data.elasticsearch.core.queryModifier and TypeClassDescriptionclassSort.Orderderived class to be able to define a _geo_distance order for a search.Methods in org.springframework.data.elasticsearch.core.query that return OrderModifier and TypeMethodDescriptionOrder.with(@Nullable Order.Mode mode) Order.withMissing(@Nullable String missing) Order.withNested(@Nullable Order.Nested nested) Order.withUnmappedType(@Nullable String unmappedType)