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 boolean
equals(Object o)
String
getAnalyzer()
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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
-
-