Uses of Class
com.funnelback.plugin.index.model.indexingconfig.ContentPath
-
Packages that use ContentPath Package Description com.funnelback.plugin.index.model.indexingconfig -
-
Uses of ContentPath in com.funnelback.plugin.index.model.indexingconfig
Fields in com.funnelback.plugin.index.model.indexingconfig with type parameters of type ContentPath Modifier and Type Field Description private List<ContentPath>
XmlIndexingConfig. contentPaths
When empty the field 'whenNoContentPaths' describes what is indexed, when non empty only the text within the given paths are indexed.Methods in com.funnelback.plugin.index.model.indexingconfig that return types with arguments of type ContentPath Modifier and Type Method Description List<ContentPath>
XmlIndexingConfig. getContentPaths()
When empty the field 'whenNoContentPaths' describes what is indexed, when non empty only the text within the given paths are indexed.Constructor parameters in com.funnelback.plugin.index.model.indexingconfig with type arguments of type ContentPath Constructor Description XmlIndexingConfig(List<ContentPath> contentPaths, List<DocumentPath> documentPaths, List<FileTypePath> fileTypePaths, List<InnerDocumentPath> innerDocumentPaths, List<UrlPath> urlPaths, WhenNoContentPathsAreSet whenNoContentPathsAreSet)
-