Package | Description |
---|---|
com.norconex.importer.tagger | |
com.norconex.importer.tagger.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 |
ConstantTagger
Define and add constant values to documents.
|
class |
CopyTagger
Copies metadata fields.
|
class |
DeleteTagger
Delete the metadata fields provided.
|
class |
ForceSingleValueTagger
Forces a metadata field to be single-value.
|
class |
HierarchyTagger
Given a separator, split a field string into multiple segments
representing each node of a hierarchical branch.
|
class |
KeepOnlyTagger
Keep only the metadata fields provided, delete all other ones.
|
class |
RenameTagger
Rename metadata fields to different names.
|
class |
ReplaceTagger
Replaces an existing metadata value with another one.
|
class |
SplitTagger
Splits an existing metadata value into multiple values based on a given
value separator.
|
class |
TextBetweenTagger
Extracts and add values found between a matching start and
end strings to a document metadata field.
|
Copyright © 2009-2014 Norconex Inc.. All Rights Reserved.