Uses of Class
com.funnelback.plugin.index.model.indexingconfig.DocumentPath
-
Packages that use DocumentPath Package Description com.funnelback.plugin.index.model.indexingconfig -
-
Uses of DocumentPath in com.funnelback.plugin.index.model.indexingconfig
Fields in com.funnelback.plugin.index.model.indexingconfig with type parameters of type DocumentPath Modifier and Type Field Description private List<DocumentPath>
XmlIndexingConfig. documentPaths
Defines where the documents are within the XML, this can be used to split XML documents.Methods in com.funnelback.plugin.index.model.indexingconfig that return types with arguments of type DocumentPath Modifier and Type Method Description List<DocumentPath>
XmlIndexingConfig. getDocumentPaths()
Defines where the documents are within the XML, this can be used to split XML documents.
-