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 TypeMethodDescriptionAsyncSearchIndexManager.dropIndex
(String name, DropSearchIndexOptions options) Drops an index.ReactiveSearchIndexManager.dropIndex
(String name, DropSearchIndexOptions options) Drops an index.void
SearchIndexManager.dropIndex
(String name, DropSearchIndexOptions options) Drops an index.