Uses of Class
com.couchbase.client.java.manager.search.GetIndexedSearchIndexOptions
-
Uses of GetIndexedSearchIndexOptions in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionstatic GetIndexedSearchIndexOptions
GetIndexedSearchIndexOptions.getIndexedSearchIndexOptions()
Modifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.getIndexedDocumentsCount
(String name, GetIndexedSearchIndexOptions options) Retrieves the number of documents that have been indexed for an index.AsyncSearchIndexManager.getIndexedDocumentsCount
(String name, GetIndexedSearchIndexOptions options) Retrieves the number of documents that have been indexed for an index.ReactiveSearchIndexManager.getIndexedDocumentsCount
(String name, GetIndexedSearchIndexOptions options) Retrieves the number of documents that have been indexed for an index.ScopeSearchIndexManager.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.