Package | Description |
---|---|
com.norconex.importer.tagger | |
com.norconex.importer.tagger.impl | |
com.norconex.importer.transformer | |
com.norconex.importer.transformer.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharStreamTagger
Base class for taggers dealing with the body of text documents only.
|
class |
AbstractStringTagger
Base class to facilitate creating taggers based on text content, loading
text into
StringBuilder for memory processing, also giving more
options (like fancy regex). |
Modifier and Type | Class and Description |
---|---|
class |
TextBetweenTagger
Extracts and add values found between a matching start and
end strings to a document metadata field.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharStreamTransformer
Base class for transformers dealing with text documents only.
|
class |
AbstractStringTransformer
Base class to facilitate creating transformers on text content, loading
text into
StringBuilder for memory processing, also giving more
options (like fancy regex). |
Modifier and Type | Class and Description |
---|---|
class |
ReduceConsecutivesTransformer
Reduces specified consecutive characters or strings to only one
instance (document content only).
|
class |
ReplaceTransformer
Replaces every occurrences of the given replacements
(document content only).
|
class |
StripAfterTransformer
Strips any content found after first match found for given pattern.
|
class |
StripBeforeTransformer
Strips any content found before first match found for given pattern.
|
class |
StripBetweenTransformer
Strips any content found between a matching start and end strings.
|
Copyright © 2009-2014 Norconex Inc.. All Rights Reserved.