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 DisallowQueryingSearchIndexOptions
DisallowQueryingSearchIndexOptions. disallowQueryingSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type DisallowQueryingSearchIndexOptions Modifier and Type Method Description 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.void
SearchIndexManager. disallowQuerying(String name, DisallowQueryingSearchIndexOptions options)
Disallows querying against an index.
-