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 TypeMethodDescriptionAsyncScopeSearchIndexManager.dropIndex(String name, DropSearchIndexOptions options) Drops an index.AsyncSearchIndexManager.dropIndex(String name, DropSearchIndexOptions options) Drops an index.reactor.core.publisher.Mono<Void> ReactiveSearchIndexManager.dropIndex(String name, DropSearchIndexOptions options) Drops an index.voidScopeSearchIndexManager.dropIndex(String name, DropSearchIndexOptions options) Drops an index.voidSearchIndexManager.dropIndex(String name, DropSearchIndexOptions options) Drops an index.