Uses of Class
com.couchbase.client.core.api.manager.search.CoreSearchIndex
-
Packages that use CoreSearchIndex Package Description com.couchbase.client.core.api.manager.search -
-
Uses of CoreSearchIndex in com.couchbase.client.core.api.manager.search
Methods in com.couchbase.client.core.api.manager.search that return CoreSearchIndex Modifier and Type Method Description static CoreSearchIndexCoreSearchIndex. fromJson(String input)CoreSearchIndexCoreSearchIndex. params(Map<String,Object> params)CoreSearchIndexCoreSearchIndex. planParams(Map<String,Object> planParams)CoreSearchIndexCoreSearchIndex. sourceParams(Map<String,Object> sourceParams)CoreSearchIndexCoreSearchIndex. sourceType(String sourceType)CoreSearchIndexCoreSearchIndex. sourceUuid(String sourceUuid)CoreSearchIndexCoreSearchIndex. unsetUuid()CoreSearchIndexCoreSearchIndex. uuid(String uuid)Methods in com.couchbase.client.core.api.manager.search that return types with arguments of type CoreSearchIndex Modifier and Type Method Description CompletableFuture<List<CoreSearchIndex>>ClassicCoreBaseSearchIndexManager. getAllIndexes(CoreCommonOptions options)CompletableFuture<List<CoreSearchIndex>>CoreSearchIndexManager. getAllIndexes(CoreCommonOptions options)CompletableFuture<CoreSearchIndex>ClassicCoreBaseSearchIndexManager. getIndex(String name, CoreCommonOptions options)CompletableFuture<CoreSearchIndex>CoreSearchIndexManager. getIndex(String name, CoreCommonOptions options)Methods in com.couchbase.client.core.api.manager.search with parameters of type CoreSearchIndex Modifier and Type Method Description CompletableFuture<Void>ClassicCoreBaseSearchIndexManager. upsertIndex(CoreSearchIndex index, CoreCommonOptions options)CompletableFuture<Void>CoreSearchIndexManager. upsertIndex(CoreSearchIndex index, CoreCommonOptions options)
-