| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
| Modifier and Type | Method and Description |
|---|---|
static AnalyzeDocumentOptions |
AnalyzeDocumentOptions.analyzeDocumentOptions() |
| Modifier and Type | Method and Description |
|---|---|
Flux<JsonObject> |
ReactiveSearchIndexManager.analyzeDocument(String name,
JsonObject document,
AnalyzeDocumentOptions options)
Allows to see how a document is analyzed against a specific index.
|
List<JsonObject> |
SearchIndexManager.analyzeDocument(String name,
JsonObject document,
AnalyzeDocumentOptions options)
Allows to see how a document is analyzed against a specific index.
|
CompletableFuture<List<JsonObject>> |
AsyncSearchIndexManager.analyzeDocument(String name,
JsonObject document,
AnalyzeDocumentOptions options)
Allows to see how a document is analyzed against a specific index.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.