Uses of Class
com.couchbase.client.java.manager.search.DropSearchIndexOptions
-
Uses of DropSearchIndexOptions in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionstatic DropSearchIndexOptions
DropSearchIndexOptions.dropSearchIndexOptions()
Modifier 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.