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