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 DropSearchIndexOptionsDropSearchIndexOptions.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.voidSearchIndexManager.dropIndex(String name, DropSearchIndexOptions options) Drops an index.