Uses of Enum
com.couchbase.client.java.search.SearchScanConsistency
Packages that use SearchScanConsistency
Package
Description
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 SearchScanConsistencyModifier and TypeMethodDescriptionstatic SearchScanConsistencyReturns 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 SearchScanConsistencyModifier and TypeMethodDescriptionSearchOptions.scanConsistency(SearchScanConsistency consistency) Sets the unparameterized consistency to consider for this FTS query.