| Package | Description |
|---|---|
| com.aliyun.opensearch.sdk.generated.search |
| Modifier and Type | Method and Description |
|---|---|
static Order |
Order.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
Order |
SortField.getOrder()
排序方式,有升序“INCREASE”和降序“DECREASE”两种方式。默认值为“DECREASE”
|
static Order |
Order.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SortField |
SortField.setOrder(Order order)
排序方式,有升序“INCREASE”和降序“DECREASE”两种方式。默认值为“DECREASE”
|
| Constructor and Description |
|---|
SortField(java.lang.String field,
Order order) |
Copyright © 2023. All Rights Reserved.