Package com.enonic.xp.index
Class AbstractIndexConfigDocument
- java.lang.Object
-
- com.enonic.xp.index.AbstractIndexConfigDocument
-
- All Implemented Interfaces:
IndexConfigDocument
- Direct Known Subclasses:
PatternIndexConfigDocument
@PublicApi public abstract class AbstractIndexConfigDocument extends Object implements IndexConfigDocument
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnalyzer()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.enonic.xp.index.IndexConfigDocument
getAllTextConfig, getConfigForPath, getConfigForPath
-
-
-
-
Method Detail
-
getAnalyzer
public String getAnalyzer()
- Specified by:
getAnalyzer
in interfaceIndexConfigDocument
-
-