Class OpenSearchSubsystemConfig
- java.lang.Object
-
- com.atlassian.confluence.spring.index.OpenSearchSubsystemConfig
-
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
@Configuration @ImportResource("classpath:/index/openSearchSubsystemContext.xml") public class OpenSearchSubsystemConfig extends Object implements org.springframework.beans.factory.DisposableBean
Spring config that import OpenSearch components from the confluence-opensearch plugin.- Since:
- 8.6
-
-
Constructor Summary
Constructors Constructor Description OpenSearchSubsystemConfig(com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchIndexAccessor
changeSearchIndexAccessor()
SearchIndexAccessor
contentSearchIndexAccessor()
CustomSearchIndexRegistry
customSearchIndexRegistry()
void
destroy()
JournalStateStore
indexJournalStateStore()
SearchManager
searchManagerImpl()
SearchPlatformConfig
searchPlatformConfig()
UpgradeTask
splitIndexUpgradeTask()
-
-
-
Method Detail
-
searchManagerImpl
@Bean public SearchManager searchManagerImpl()
-
contentSearchIndexAccessor
@Bean public SearchIndexAccessor contentSearchIndexAccessor()
-
changeSearchIndexAccessor
@Bean public SearchIndexAccessor changeSearchIndexAccessor()
-
customSearchIndexRegistry
@Bean public CustomSearchIndexRegistry customSearchIndexRegistry()
-
indexJournalStateStore
@Bean public JournalStateStore indexJournalStateStore()
-
splitIndexUpgradeTask
@Bean public UpgradeTask splitIndexUpgradeTask()
-
searchPlatformConfig
@Bean public SearchPlatformConfig searchPlatformConfig()
-
-