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
ConstructorsConstructorDescriptionOpenSearchSubsystemConfig
(com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager) -
Method Summary
-
Constructor Details
-
OpenSearchSubsystemConfig
public OpenSearchSubsystemConfig(com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager)
-
-
Method Details
-
searchManagerImpl
-
contentSearchIndexAccessor
-
changeSearchIndexAccessor
-
stagingIndexFactory
-
customSearchIndexRegistry
-
indexJournalStateStore
-
splitIndexUpgradeTask
-
searchPlatformConfig
-
searchLanguageChecker
-
destroy
- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
- Throws:
Exception
-