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 TypeMethodDescriptionAsyncSearchIndexManager.disallowQuerying
(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.ReactiveSearchIndexManager.disallowQuerying
(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.void
SearchIndexManager.disallowQuerying
(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.