Package | Description |
---|---|
com.couchbase.client.java.search |
Modifier and Type | Method and Description |
---|---|
static ScanConsistency |
ScanConsistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanConsistency[] |
ScanConsistency.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.scanConsistency(ScanConsistency consistency)
Sets the unparameterized consistency to consider for this FTS query.
|
Copyright © 2015 Couchbase, Inc.