Class CrawlingConfig.Param.XPath
- java.lang.Object
-
- org.codelibs.fess.es.config.exentity.CrawlingConfig.Param.XPath
-
- Enclosing class:
- CrawlingConfig.Param
public static class CrawlingConfig.Param.XPath extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CONTENTstatic StringDEFAULT_DIGESTstatic StringDEFAULT_LANG
-
Constructor Summary
Constructors Constructor Description XPath()
-
-
-
Field Detail
-
DEFAULT_LANG
public static final String DEFAULT_LANG
- See Also:
- Constant Field Values
-
DEFAULT_CONTENT
public static final String DEFAULT_CONTENT
- See Also:
- Constant Field Values
-
DEFAULT_DIGEST
public static final String DEFAULT_DIGEST
- See Also:
- Constant Field Values
-
-