Uses of Class
org.springframework.data.elasticsearch.core.query.Order.Nested
Packages that use Order.Nested
-
Uses of Order.Nested in org.springframework.data.elasticsearch.core.query
Fields in org.springframework.data.elasticsearch.core.query declared as Order.NestedMethods in org.springframework.data.elasticsearch.core.query that return Order.NestedModifier and TypeMethodDescriptionOrder.Nested.Builder.build()@Nullable Order.NestedOrder.getNested()@Nullable Order.NestedOrder.Nested.getNested()static Order.NestedOrder.Nested.of(String path, Function<Order.Nested.Builder, Order.Nested.Builder> builderFunction) Methods in org.springframework.data.elasticsearch.core.query with parameters of type Order.NestedModifier and TypeMethodDescriptionOrder.Nested.Builder.withNested(@Nullable Order.Nested nested) Order.withNested(@Nullable Order.Nested nested) Constructors in org.springframework.data.elasticsearch.core.query with parameters of type Order.NestedModifierConstructorDescriptionNested(String path, @Nullable Query filter, @Nullable Integer maxChildren, @Nullable Order.Nested nested) Order(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint, @Nullable Order.Mode mode, @Nullable String unmappedType, @Nullable String missing, @Nullable Order.Nested nested)