| AsciiFoldingDataProcessor |
Converts alphabetic, numeric, and symbolic Unicode characters which are not
in the first 127 ASCII characters (the "Basic Latin" Unicode block) into
their ASCII equivalents, if one exists for every searchable field.
|
| ExtractCategoryLevelDataProcessor |
Extracts the category levels of a single category path field into separate
level and a leaf field if the *lvl and *leaf fields exists in the field
configuration.
|
| FlagFieldDataProcessor |
|
| RemoveFieldContentDelimiterProcessor |
|
| RemoveValuesDataProcessor |
DocumentPreProcessor implementation which
removes values from a fields value based on a regular expression.
|
| ReplacePatternInValuesDataProcessor |
|
| SkipDocumentDataProcessor |
|
| SplitValueDataProcessor |
DocumentPreProcessor implementation which
splits a field value on a regular expression and adds the splitted values
into new fields.
|
| WordSplitterDataProcessor |
Summarize and normalize fields depending on configuration
|