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