| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Field and Description |
|---|---|
static Order.Mode |
Order.DEFAULT_MODE |
protected Order.Mode |
Order.mode |
| Modifier and Type | Method and Description |
|---|---|
Order.Mode |
GeoDistanceOrder.getMode() |
Order.Mode |
Order.getMode() |
static Order.Mode |
Order.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.Mode[] |
Order.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GeoDistanceOrder |
GeoDistanceOrder.with(Order.Mode mode) |
Order |
Order.with(Order.Mode mode) |
| Constructor and Description |
|---|
Order(Sort.Direction direction,
String property,
Order.Mode mode) |
Order(Sort.Direction direction,
String property,
Order.Mode mode,
String unmappedType) |
Order(Sort.Direction direction,
String property,
Sort.NullHandling nullHandlingHint,
Order.Mode mode) |
Order(Sort.Direction direction,
String property,
Sort.NullHandling nullHandlingHint,
Order.Mode mode,
String unmappedType) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.