| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
| Modifier and Type | Method and Description |
|---|---|
static GetSearchIndexOptions |
GetSearchIndexOptions.getSearchIndexOptions() |
| Modifier and Type | Method and Description |
|---|---|
Mono<SearchIndex> |
ReactiveSearchIndexManager.getIndex(String name,
GetSearchIndexOptions options)
Fetches an index from the server if it exists.
|
SearchIndex |
SearchIndexManager.getIndex(String name,
GetSearchIndexOptions options)
Fetches an index from the server if it exists.
|
CompletableFuture<SearchIndex> |
AsyncSearchIndexManager.getIndex(String name,
GetSearchIndexOptions options)
Fetches an index from the server if it exists.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.