Uses of Class
com.norconex.importer.handler.condition.impl.TextConditionConfig
Packages that use TextConditionConfig
-
Uses of TextConditionConfig in com.norconex.importer.handler.condition.impl
Methods in com.norconex.importer.handler.condition.impl that return TextConditionConfigModifier and TypeMethodDescriptionTextCondition.getConfiguration()TextConditionConfig.setFieldMatcher(TextMatcher fieldMatcher) Sets the text matcher of field names.TextConditionConfig.setMaxReadSize(int maxReadSize) The maximum number of characters to read at once, used for filtering.TextConditionConfig.setSourceCharset(Charset sourceCharset) The presumed source character encoding.TextConditionConfig.setValueMatcher(TextMatcher valueMatcher) Sets the text matcher for content or field values.