Uses of Class
com.couchbase.client.java.manager.search.DropSearchIndexOptions
Packages that use DropSearchIndexOptions
-
Uses of DropSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return DropSearchIndexOptionsModifier and TypeMethodDescriptionstatic DropSearchIndexOptions
DropSearchIndexOptions.dropSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type DropSearchIndexOptionsModifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.dropIndex
(String name, DropSearchIndexOptions options) Drops an index.AsyncSearchIndexManager.dropIndex
(String name, DropSearchIndexOptions options) Drops an index.ReactiveSearchIndexManager.dropIndex
(String name, DropSearchIndexOptions options) Drops an index.void
ScopeSearchIndexManager.dropIndex
(String name, DropSearchIndexOptions options) Drops an index.void
SearchIndexManager.dropIndex
(String name, DropSearchIndexOptions options) Drops an index.