Uses of Class
com.couchbase.client.java.manager.search.GetIndexedSearchIndexOptions
Package | Description |
---|---|
com.couchbase.client.java.manager.search |
-
Uses of GetIndexedSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return GetIndexedSearchIndexOptions Modifier and Type Method Description static GetIndexedSearchIndexOptions
GetIndexedSearchIndexOptions. getIndexedSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type GetIndexedSearchIndexOptions Modifier and Type Method Description CompletableFuture<Long>
AsyncSearchIndexManager. getIndexedDocumentsCount(String name, GetIndexedSearchIndexOptions options)
Retrieves the number of documents that have been indexed for an index.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.