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