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 GetIndexedSearchIndexOptionsGetIndexedSearchIndexOptions.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.reactor.core.publisher.Mono<Long> 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.longSearchIndexManager.getIndexedDocumentsCount(String name, GetIndexedSearchIndexOptions options) Retrieves the number of documents that have been indexed for an index.