Uses of Interface
com.atlassian.confluence.search.v2.CustomSearchIndexRegistry
Packages that use CustomSearchIndexRegistry
Package
Description
Provides an extensible, flexible search API.
-
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement CustomSearchIndexRegistryModifier and TypeClassDescriptionclass
-
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.internal.search.v2
Constructors in com.atlassian.confluence.internal.search.v2 with parameters of type CustomSearchIndexRegistryModifierConstructorDescriptionFieldMappingsProviderModuleRegistrar
(SearchIndexAccessor contentSearchIndexAccessor, SearchIndexAccessor changeSearchIndexAccessor, CustomSearchIndexRegistry customSearchIndexRegistry, com.atlassian.plugin.event.PluginEventManager pluginEventManager) -
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type CustomSearchIndexRegistryModifierConstructorDescriptionEdgeSearchIndexAccessor
(CustomSearchIndexRegistry customSearchIndexRegistry) -
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.plugins.opensearch
Classes in com.atlassian.confluence.plugins.opensearch that implement CustomSearchIndexRegistry -
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.search.v2
Constructors in com.atlassian.confluence.search.v2 with parameters of type CustomSearchIndexRegistryModifierConstructorDescriptionprotected
DelegatingSearchIndexAccessor
(CustomSearchIndexRegistry customSearchIndexRegistry, String indexName, AnalyzerDescriptorProvider analyzerDescriptorProvider) -
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.spring.index
Methods in com.atlassian.confluence.spring.index that return CustomSearchIndexRegistry