| Package | Description |
|---|---|
| com.couchbase.client.core.api.search.sort |
| Modifier and Type | Method and Description |
|---|---|
static CoreSearchFieldType |
CoreSearchFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreSearchFieldType[] |
CoreSearchFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CoreSearchSortField(String field,
CoreSearchFieldType type,
CoreSearchFieldMode mode,
CoreSearchFieldMissing missing,
boolean descending) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.