Uses of Class
com.couchbase.client.java.manager.search.DisallowQueryingSearchIndexOptions
Packages that use DisallowQueryingSearchIndexOptions
-
Uses of DisallowQueryingSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return DisallowQueryingSearchIndexOptionsModifier and TypeMethodDescriptionDisallowQueryingSearchIndexOptions.disallowQueryingSearchIndexOptions()Methods in com.couchbase.client.java.manager.search with parameters of type DisallowQueryingSearchIndexOptionsModifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.disallowQuerying(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.AsyncSearchIndexManager.disallowQuerying(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.reactor.core.publisher.Mono<Void> ReactiveSearchIndexManager.disallowQuerying(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.voidScopeSearchIndexManager.disallowQuerying(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.voidSearchIndexManager.disallowQuerying(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.