Uses of Class
com.couchbase.client.core.api.manager.search.CoreSearchIndex
Packages that use CoreSearchIndex
Package
Description
-
Uses of CoreSearchIndex in com.couchbase.client.core.api.manager.search
Methods in com.couchbase.client.core.api.manager.search that return CoreSearchIndexModifier and TypeMethodDescriptionstatic CoreSearchIndex
CoreSearchIndex.planParams
(Map<String, Object> planParams) CoreSearchIndex.sourceParams
(Map<String, Object> sourceParams) CoreSearchIndex.sourceType
(String sourceType) CoreSearchIndex.sourceUuid
(String sourceUuid) CoreSearchIndex.unsetUuid()
Methods in com.couchbase.client.core.api.manager.search that return types with arguments of type CoreSearchIndexModifier and TypeMethodDescriptionClassicCoreBaseSearchIndexManager.getAllIndexes
(CoreCommonOptions options) CoreSearchIndexManager.getAllIndexes
(CoreCommonOptions options) ClassicCoreBaseSearchIndexManager.getIndex
(String name, CoreCommonOptions options) CoreSearchIndexManager.getIndex
(String name, CoreCommonOptions options) Methods in com.couchbase.client.core.api.manager.search with parameters of type CoreSearchIndexModifier and TypeMethodDescriptionClassicCoreBaseSearchIndexManager.upsertIndex
(CoreSearchIndex index, CoreCommonOptions options) CoreSearchIndexManager.upsertIndex
(CoreSearchIndex index, CoreCommonOptions options) -
Uses of CoreSearchIndex in com.couchbase.client.core.protostellar.manager
Methods in com.couchbase.client.core.protostellar.manager that return types with arguments of type CoreSearchIndexModifier and TypeMethodDescriptionProtostellarCoreSearchIndexManager.getAllIndexes
(CoreCommonOptions options) ProtostellarCoreSearchIndexManager.getIndex
(String name, CoreCommonOptions options) Methods in com.couchbase.client.core.protostellar.manager with parameters of type CoreSearchIndexModifier and TypeMethodDescriptionProtostellarCoreSearchIndexManager.upsertIndex
(CoreSearchIndex index, CoreCommonOptions options)