Uses of Class
com.couchbase.client.java.manager.search.SearchIndex
-
Uses of SearchIndex in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionstatic SearchIndex
SearchIndexManagerUtil.convert
(CoreSearchIndex index) static SearchIndex
Takes a encoded index definition and turns it into aSearchIndex
which can be used.Fetches an index from the server if it exists.ScopeSearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.Fetches an index from the server if it exists.SearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.SearchIndex.planParams
(Map<String, Object> planParams) SearchIndex.sourceParams
(Map<String, Object> sourceParams) SearchIndex.sourceType
(String sourceType) SearchIndex.sourceUuid
(String sourceUuid) SearchIndex.unsetUuid()
Allows to unset the UUID from an index definition.Modifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.getAllIndexes()
Fetches all indexes from the server.AsyncScopeSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.AsyncSearchIndexManager.getAllIndexes()
Fetches all indexes from the server.AsyncSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.ReactiveSearchIndexManager.getAllIndexes()
Fetches all indexes from the server.ReactiveSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.ScopeSearchIndexManager.getAllIndexes()
Fetches all indexes from the server.ScopeSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.SearchIndexManager.getAllIndexes()
Fetches all indexes from the server.SearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.Fetches an index from the server if it exists.AsyncScopeSearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.Fetches an index from the server if it exists.AsyncSearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.Fetches an index from the server if it exists.ReactiveSearchIndexManager.getIndex
(String name, GetSearchIndexOptions options) Fetches an index from the server if it exists.Modifier and TypeMethodDescriptionstatic CoreSearchIndex
SearchIndexManagerUtil.convert
(SearchIndex index) AsyncScopeSearchIndexManager.upsertIndex
(SearchIndex index) Creates, or updates, an index.AsyncScopeSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.AsyncSearchIndexManager.upsertIndex
(SearchIndex index) Creates, or updates, an index.AsyncSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.ReactiveSearchIndexManager.upsertIndex
(SearchIndex index) Creates, or updates, an index.ReactiveSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.void
ScopeSearchIndexManager.upsertIndex
(SearchIndex index) Creates, or updates, an index.void
ScopeSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.void
SearchIndexManager.upsertIndex
(SearchIndex index) Creates, or updates, an index.void
SearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.