| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
| Modifier and Type | Method and Description |
|---|---|
static GetIndexedSearchIndexOptions |
GetIndexedSearchIndexOptions.getIndexedSearchIndexOptions() |
| Modifier and Type | Method and Description |
|---|---|
Mono<Long> |
ReactiveSearchIndexManager.getIndexedDocumentsCount(String name,
GetIndexedSearchIndexOptions options)
Retrieves the number of documents that have been indexed for an index.
|
long |
SearchIndexManager.getIndexedDocumentsCount(String name,
GetIndexedSearchIndexOptions options)
Retrieves the number of documents that have been indexed for an index.
|
CompletableFuture<Long> |
AsyncSearchIndexManager.getIndexedDocumentsCount(String name,
GetIndexedSearchIndexOptions options)
Retrieves the number of documents that have been indexed for an index.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.