Class TextCondition

java.lang.Object
com.norconex.importer.handler.condition.impl.TextCondition
All Implemented Interfaces:
Configurable<TextConditionConfig>, Condition, ConfigurableCondition<TextConditionConfig>, FailablePredicate<DocHandlerContext,IOException>

public class TextCondition extends Object implements ConfigurableCondition<TextConditionConfig>

A condition based on a text pattern matching a document content (default), or matching specific field(s). When used on very large content, it is possible the pattern matching will be done in chunks, sometimes not achieving expected results.

See Also: