Package com.atlassian.confluence.search
Interface SearchPlatformConfig
-
- All Known Implementing Classes:
LuceneConfig
,OpenSearchConfig
public interface SearchPlatformConfig
Interface to expose search platform configuration- Since:
- 8.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSharedIndex()
Indicate whether indices are shared between nodes in clusterSearchPlatform
searchPlatform()
-
-
-
Method Detail
-
isSharedIndex
boolean isSharedIndex()
Indicate whether indices are shared between nodes in cluster- Returns:
- true is indices are shared otherwise false
- Since:
- 8.7.0
-
searchPlatform
SearchPlatform searchPlatform()
-
-