Class FieldMutatingUpdateProcessor

java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessor
org.apache.solr.update.processor.FieldMutatingUpdateProcessor
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
AllValuesOrNoneFieldMutatingUpdateProcessor, FieldValueMutatingUpdateProcessor

public abstract class FieldMutatingUpdateProcessor extends UpdateRequestProcessor
Reusable base class for UpdateProcessors that will consider AddUpdateCommands and mutate the values associated with configured fields.

Subclasses should override the mutate method to specify how individual SolrInputFields identified by the selector associated with this instance will be mutated.

See Also: