Uses of Class
com.couchbase.client.java.manager.search.AllowQueryingSearchIndexOptions
Packages that use AllowQueryingSearchIndexOptions
-
Uses of AllowQueryingSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return AllowQueryingSearchIndexOptionsModifier and TypeMethodDescriptionAllowQueryingSearchIndexOptions.allowQueryingSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type AllowQueryingSearchIndexOptionsModifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.allowQuerying
(String name, AllowQueryingSearchIndexOptions options) Allows querying against an index.AsyncSearchIndexManager.allowQuerying
(String name, AllowQueryingSearchIndexOptions options) Allows querying against an index.reactor.core.publisher.Mono
<Void> ReactiveSearchIndexManager.allowQuerying
(String name, AllowQueryingSearchIndexOptions options) Allows querying against an index.void
ScopeSearchIndexManager.allowQuerying
(String name, AllowQueryingSearchIndexOptions options) Allows querying against an index.void
SearchIndexManager.allowQuerying
(String name, AllowQueryingSearchIndexOptions options) Allows querying against an index.