Uses of Class
com.couchbase.client.java.manager.search.GetSearchIndexOptions
-
Packages that use GetSearchIndexOptions Package Description com.couchbase.client.java.manager.search -
-
Uses of GetSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return GetSearchIndexOptions Modifier and Type Method Description static GetSearchIndexOptionsGetSearchIndexOptions. getSearchIndexOptions()Methods in com.couchbase.client.java.manager.search with parameters of type GetSearchIndexOptions Modifier and Type Method Description CompletableFuture<SearchIndex>AsyncScopeSearchIndexManager. getIndex(String name, GetSearchIndexOptions options)Fetches an index from the server if it exists.CompletableFuture<SearchIndex>AsyncSearchIndexManager. getIndex(String name, GetSearchIndexOptions options)Fetches an index from the server if it exists.Mono<SearchIndex>ReactiveSearchIndexManager. getIndex(String name, GetSearchIndexOptions options)Fetches an index from the server if it exists.SearchIndexScopeSearchIndexManager. getIndex(String name, GetSearchIndexOptions options)Fetches an index from the server if it exists.SearchIndexSearchIndexManager. getIndex(String name, GetSearchIndexOptions options)Fetches an index from the server if it exists.
-