Class IndexSubsystemConfig
java.lang.Object
com.atlassian.confluence.spring.index.IndexSubsystemConfig
@Configuration
@ImportResource({"classpath:/index/indexingSubsystemContext.xml","classpath:/index/searchSubsystemContext.xml"})
@Import({LuceneSubsystemConfig.class,OpenSearchSubsystemConfig.class})
public class IndexSubsystemConfig
extends Object
Spring config for beans related to search and indexing
- Since:
- 8.6
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexSubsystemConfig
public IndexSubsystemConfig()
-