Package | Description |
---|---|
com.couchbase.client.java.search |
Modifier and Type | Method and Description |
---|---|
static SearchConsistency |
SearchConsistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchConsistency[] |
SearchConsistency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SearchQuery.searchConsistency(SearchConsistency consistency)
Sets the unparameterized consistency to consider for this FTS query.
|
Copyright © 2015 Couchbase, Inc.