Uses of Class
com.couchbase.client.java.manager.search.DisallowQueryingSearchIndexOptions
-
Packages that use DisallowQueryingSearchIndexOptions Package Description com.couchbase.client.java.manager.search -
-
Uses of DisallowQueryingSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return DisallowQueryingSearchIndexOptions Modifier and Type Method Description static DisallowQueryingSearchIndexOptionsDisallowQueryingSearchIndexOptions. disallowQueryingSearchIndexOptions()Methods in com.couchbase.client.java.manager.search with parameters of type DisallowQueryingSearchIndexOptions Modifier and Type Method Description CompletableFuture<Void>AsyncScopeSearchIndexManager. disallowQuerying(String name, DisallowQueryingSearchIndexOptions options)Disallows querying against an index.CompletableFuture<Void>AsyncSearchIndexManager. disallowQuerying(String name, DisallowQueryingSearchIndexOptions options)Disallows querying against an index.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.
-