Uses of Class
com.couchbase.client.java.manager.search.DropSearchIndexOptions
| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
-
Uses of DropSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return DropSearchIndexOptions Modifier and Type Method Description static DropSearchIndexOptionsDropSearchIndexOptions. dropSearchIndexOptions()Methods in com.couchbase.client.java.manager.search with parameters of type DropSearchIndexOptions Modifier and Type Method Description CompletableFuture<Void>AsyncSearchIndexManager. dropIndex(String name, DropSearchIndexOptions options)Drops an index.Mono<Void>ReactiveSearchIndexManager. dropIndex(String name, DropSearchIndexOptions options)Drops an index.voidSearchIndexManager. dropIndex(String name, DropSearchIndexOptions options)Drops an index.