Uses of Class
com.norconex.importer.handler.parser.impl.EmbeddedConfig
Packages that use EmbeddedConfig
-
Uses of EmbeddedConfig in com.norconex.importer.handler.parser.impl
Methods in com.norconex.importer.handler.parser.impl that return EmbeddedConfigModifier and TypeMethodDescription@NonNull EmbeddedConfigDefaultParserConfig.getEmbeddedConfig()EmbeddedConfig.setMaxEmbeddedDepth(int maxEmbeddedDepth) Maximum detph of embeded documents to extract.EmbeddedConfig.setSkipEmbeddedContentTypes(List<TextMatcher> skipEmbeddedContentTypes) Gets the content types of container files to split and treat their embedded files as separate documents.EmbeddedConfig.setSkipEmbeddedOfContentTypes(List<TextMatcher> skipEmbeddedOfContentTypes) Gets the content type matchers of container files you do not want to have their embedded files parsed.EmbeddedConfig.setSplitContentTypes(List<TextMatcher> splitContentTypes) Gets the content types of container files to split and treat their embedded files as separate documents.