Uses of Class
com.couchbase.client.java.manager.search.GetSearchIndexOptions
-
Uses of GetSearchIndexOptions in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionstatic GetSearchIndexOptions
GetSearchIndexOptions.getSearchIndexOptions()
Modifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.AsyncSearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.ReactiveSearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.ScopeSearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.SearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.