| Class | Description |
|---|---|
| CmsSolrCopyModifiedUpateProcessor |
Implementation of an
UpdateRequestProcessor that
reads a field's (source) value,
applies a regex replacement,
adds a field (target) with the modified value. |
| CmsSolrCopyModifiedUpateProcessorFactory |
An updated processor that applies a configured regex to any
CharSequence values found in the source field, replaces
any matches with the configured replacement string, and writes
the resulting string to the target field.
|