Class LuceneConfig
- java.lang.Object
-
- com.atlassian.confluence.internal.search.v2.lucene.LuceneConfig
-
- All Implemented Interfaces:
SearchPlatformConfig
public class LuceneConfig extends Object implements SearchPlatformConfig
-
-
Constructor Summary
Constructors Constructor Description LuceneConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSharedIndex()
Indicate whether indices are shared between nodes in clusterSearchPlatform
searchPlatform()
-
-
-
Method Detail
-
isSharedIndex
public boolean isSharedIndex()
Description copied from interface:SearchPlatformConfig
Indicate whether indices are shared between nodes in cluster- Specified by:
isSharedIndex
in interfaceSearchPlatformConfig
- Returns:
- true is indices are shared otherwise false
-
searchPlatform
public SearchPlatform searchPlatform()
- Specified by:
searchPlatform
in interfaceSearchPlatformConfig
-
-