Uses of Class
com.norconex.importer.handler.transformer.impl.SubstringTransformerConfig
Packages that use SubstringTransformerConfig
-
Uses of SubstringTransformerConfig in com.norconex.importer.handler.transformer.impl
Methods in com.norconex.importer.handler.transformer.impl that return SubstringTransformerConfigModifier and TypeMethodDescriptionSubstringTransformer.getConfiguration()SubstringTransformerConfig.setBegin(long begin) The beginning index (inclusive).SubstringTransformerConfig.setEnd(long end) The end index (exclusive).SubstringTransformerConfig.setFieldMatcher(TextMatcher fieldMatcher) Sets source field matcher for fields to transform.SubstringTransformerConfig.setSourceCharset(Charset sourceCharset)