Package | Description |
---|---|
com.couchbase.client.java.manager.search |
Modifier and Type | Method and Description |
---|---|
SearchIndex |
SearchIndexManager.getIndex(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
Flux<SearchIndex> |
ReactiveSearchIndexManager.getAllIndexes()
Fetches all indexes from the server.
|
List<SearchIndex> |
SearchIndexManager.getAllIndexes()
Fetches all indexes from the server.
|
CompletableFuture<List<SearchIndex>> |
AsyncSearchIndexManager.getAllIndexes()
Fetches all indexes from the server.
|
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.
|
Mono<SearchIndex> |
ReactiveSearchIndexManager.getIndex(String name)
Fetches an index from the server if it exists.
|
CompletableFuture<SearchIndex> |
AsyncSearchIndexManager.getIndex(String name)
Fetches an index from the server if it exists.
|
Mono<SearchIndex> |
ReactiveSearchIndexManager.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.
|
Modifier and Type | Method and Description |
---|---|
Mono<Void> |
ReactiveSearchIndexManager.upsertIndex(SearchIndex index)
Creates, or updates, an index.
|
void |
SearchIndexManager.upsertIndex(SearchIndex index)
Creates, or updates, an index.
|
CompletableFuture<Void> |
AsyncSearchIndexManager.upsertIndex(SearchIndex index)
Creates, or updates, an index.
|
Mono<Void> |
ReactiveSearchIndexManager.upsertIndex(SearchIndex index,
UpsertSearchIndexOptions options)
Creates, or updates, an index.
|
void |
SearchIndexManager.upsertIndex(SearchIndex index,
UpsertSearchIndexOptions options)
Creates, or updates, an index.
|
CompletableFuture<Void> |
AsyncSearchIndexManager.upsertIndex(SearchIndex index,
UpsertSearchIndexOptions options)
Creates, or updates, an index.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.