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