Uses of Class
com.couchbase.client.java.search.SearchScanConsistency
Package | Description |
---|---|
com.couchbase.client.java.search |
Namespace for various search-service related classes.
|
-
Uses of SearchScanConsistency in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return SearchScanConsistency Modifier and Type Method Description static SearchScanConsistency
SearchScanConsistency. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchScanConsistency[]
SearchScanConsistency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.search with parameters of type SearchScanConsistency Modifier and Type Method Description SearchOptions
SearchOptions. scanConsistency(SearchScanConsistency consistency)
Sets the unparameterized consistency to consider for this FTS query.