Uses of Class
com.couchbase.client.java.manager.search.GetIndexedSearchIndexOptions
Packages that use GetIndexedSearchIndexOptions
-
Uses of GetIndexedSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return GetIndexedSearchIndexOptionsModifier and TypeMethodDescriptionstatic GetIndexedSearchIndexOptions
GetIndexedSearchIndexOptions.getIndexedSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type GetIndexedSearchIndexOptionsModifier 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.