Package com.enonic.xp.index
Interface IndexConfigDocument
-
- All Known Implementing Classes:
AbstractIndexConfigDocument,PatternIndexConfigDocument
@PublicApi public interface IndexConfigDocument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllTextIndexConfiggetAllTextConfig()StringgetAnalyzer()IndexConfiggetConfigForPath(PropertyPath dataPath)IndexConfiggetConfigForPath(IndexPath indexPath)
-
-
-
Method Detail
-
getAnalyzer
String getAnalyzer()
-
getConfigForPath
IndexConfig getConfigForPath(PropertyPath dataPath)
-
getConfigForPath
IndexConfig getConfigForPath(IndexPath indexPath)
-
getAllTextConfig
AllTextIndexConfig getAllTextConfig()
-
-