| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
| Modifier and Type | Method and Description |
|---|---|
static DropSearchIndexOptions |
DropSearchIndexOptions.dropSearchIndexOptions() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
AsyncScopeSearchIndexManager.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.
|
CompletableFuture<Void> |
AsyncSearchIndexManager.dropIndex(String name,
DropSearchIndexOptions options)
Drops an index.
|
Mono<Void> |
ReactiveSearchIndexManager.dropIndex(String name,
DropSearchIndexOptions options)
Drops an index.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.