Uses of Class
com.norconex.importer.handler.transformer.impl.CountMatchesTransformerConfig
Packages that use CountMatchesTransformerConfig
-
Uses of CountMatchesTransformerConfig in com.norconex.importer.handler.transformer.impl
Methods in com.norconex.importer.handler.transformer.impl that return CountMatchesTransformerConfigModifier and TypeMethodDescriptionCountMatchesTransformer.getConfiguration()CountMatchesTransformerConfig.setCountMatcher(TextMatcher countMatcher) Sets the count matcher.CountMatchesTransformerConfig.setFieldMatcher(TextMatcher fieldMatcher) Sets the field matcher.CountMatchesTransformerConfig.setMaxReadSize(int maxReadSize) The maximum number of characters to read from content for tagging at once.CountMatchesTransformerConfig.setOnSet(PropertySetter onSet) Gets the property setter to use when a value is set.CountMatchesTransformerConfig.setSourceCharset(Charset sourceCharset) CountMatchesTransformerConfig.setToField(String toField) The target field.