Package com.norconex.importer.handler.filter
-
Interface Summary Interface Description IDocumentFilter Filters documents.IOnMatchFilter Tells the collector that a filter is of "OnMatch" type. -
Class Summary Class Description AbstractCharStreamFilter Base class for filters dealing with the body of text documents only.AbstractDocumentFilter Base class for document filters.AbstractOnMatchFilter Deprecated. Since 3.0.0, use composition with OnMatch insteadAbstractStringFilter Base class to facilitate creating filters based on text content, loading text intoStringBuilder
for memory processing. -
Enum Summary Enum Description OnMatch Constants indicating the action to perform upon matching a condition.