| Package | Description |
|---|---|
| com.couchbase.client.core.api.manager.search | |
| com.couchbase.client.core.protostellar.manager |
| Modifier and Type | Method and Description |
|---|---|
static CoreSearchIndex |
CoreSearchIndex.fromJson(String input) |
CoreSearchIndex |
CoreSearchIndex.params(Map<String,Object> params) |
CoreSearchIndex |
CoreSearchIndex.planParams(Map<String,Object> planParams) |
CoreSearchIndex |
CoreSearchIndex.sourceParams(Map<String,Object> sourceParams) |
CoreSearchIndex |
CoreSearchIndex.sourceType(String sourceType) |
CoreSearchIndex |
CoreSearchIndex.sourceUuid(String sourceUuid) |
CoreSearchIndex |
CoreSearchIndex.unsetUuid() |
CoreSearchIndex |
CoreSearchIndex.uuid(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<CoreSearchIndex>> |
ClassicCoreBaseSearchIndexManager.getAllIndexes(CoreCommonOptions options) |
CompletableFuture<List<CoreSearchIndex>> |
CoreSearchIndexManager.getAllIndexes(CoreCommonOptions options) |
CompletableFuture<CoreSearchIndex> |
ClassicCoreBaseSearchIndexManager.getIndex(String name,
CoreCommonOptions options) |
CompletableFuture<CoreSearchIndex> |
CoreSearchIndexManager.getIndex(String name,
CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
ClassicCoreBaseSearchIndexManager.upsertIndex(CoreSearchIndex index,
CoreCommonOptions options) |
CompletableFuture<Void> |
CoreSearchIndexManager.upsertIndex(CoreSearchIndex index,
CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<CoreSearchIndex>> |
ProtostellarCoreSearchIndexManager.getAllIndexes(CoreCommonOptions options) |
CompletableFuture<CoreSearchIndex> |
ProtostellarCoreSearchIndexManager.getIndex(String name,
CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
ProtostellarCoreSearchIndexManager.upsertIndex(CoreSearchIndex index,
CoreCommonOptions options) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.