Uses of Class
com.norconex.importer.handler.transformer.impl.TruncateTransformerConfig
Packages that use TruncateTransformerConfig
-
Uses of TruncateTransformerConfig in com.norconex.importer.handler.transformer.impl
Methods in com.norconex.importer.handler.transformer.impl that return TruncateTransformerConfigModifier and TypeMethodDescriptionTruncateTransformer.getConfiguration()TruncateTransformerConfig.setAppendHash(boolean appendHash) Whether to apply the original string hash code at the end of the truncation to help ensure uniqueness (no guarantee).TruncateTransformerConfig.setFieldMatcher(TextMatcher fieldMatcher) Sets the field matcher for fields to truncate.TruncateTransformerConfig.setMaxLength(int maxLength) TruncateTransformerConfig.setOnSet(PropertySetter onSet) The property setter to use when a value is set.TruncateTransformerConfig.setToField(String toField)