Uses of Class
com.couchbase.client.java.manager.search.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 GetSearchIndexOptions
GetSearchIndexOptions. getSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type GetSearchIndexOptions Modifier and Type Method Description 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.SearchIndex
SearchIndexManager. getIndex(String name, GetSearchIndexOptions options)
Fetches an index from the server if it exists.