| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
| Modifier and Type | Method and Description |
|---|---|
static GetAllSearchIndexesOptions |
GetAllSearchIndexesOptions.getAllSearchIndexesOptions() |
| Modifier and Type | Method and Description |
|---|---|
Flux<SearchIndex> |
ReactiveSearchIndexManager.getAllIndexes(GetAllSearchIndexesOptions options)
Fetches all indexes from the server.
|
List<SearchIndex> |
SearchIndexManager.getAllIndexes(GetAllSearchIndexesOptions options)
Fetches all indexes from the server.
|
CompletableFuture<List<SearchIndex>> |
AsyncSearchIndexManager.getAllIndexes(GetAllSearchIndexesOptions options)
Fetches all indexes from the server.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.