| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
| Modifier and Type | Method and Description |
|---|---|
static AllowQueryingSearchIndexOptions |
AllowQueryingSearchIndexOptions.allowQueryingSearchIndexOptions() |
| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
ReactiveSearchIndexManager.allowQuerying(String name,
AllowQueryingSearchIndexOptions options)
Allows querying against an index.
|
void |
SearchIndexManager.allowQuerying(String name,
AllowQueryingSearchIndexOptions options)
Allows querying against an index.
|
CompletableFuture<Void> |
AsyncSearchIndexManager.allowQuerying(String name,
AllowQueryingSearchIndexOptions options)
Allows querying against an index.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.