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