Package org.opencms.search.solr.updateprocessors
package org.opencms.search.solr.updateprocessors
-
ClassDescriptionImplementation of an
UpdateRequestProcessor
that reads a field's (source) value, applies a regex replacement, adds a field (target) with the modified value.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.