Uses of Class
com.couchbase.client.java.search.SearchConsistency
-
Packages that use SearchConsistency Package Description com.couchbase.client.java.search Namespace for various search-service related classes. -
-
Uses of SearchConsistency in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return SearchConsistency Modifier and Type Method 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.Methods in com.couchbase.client.java.search with parameters of type SearchConsistency Modifier and Type Method Description SearchQuery
SearchQuery. searchConsistency(SearchConsistency consistency)
Sets the unparameterized consistency to consider for this FTS query.
-