Uses of Class
com.couchbase.client.java.manager.search.DisallowQueryingSearchIndexOptions
-
Uses of DisallowQueryingSearchIndexOptions in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionDisallowQueryingSearchIndexOptions.disallowQueryingSearchIndexOptions()
Modifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.disallowQuerying
(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.AsyncSearchIndexManager.disallowQuerying
(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.ReactiveSearchIndexManager.disallowQuerying
(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.void
ScopeSearchIndexManager.disallowQuerying
(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.void
SearchIndexManager.disallowQuerying
(String name, DisallowQueryingSearchIndexOptions options) Disallows querying against an index.