Class RunUpdateProcessorFactory

java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessorFactory
org.apache.solr.update.processor.RunUpdateProcessorFactory
All Implemented Interfaces:
NamedListInitializedPlugin

public class RunUpdateProcessorFactory extends UpdateRequestProcessorFactory
Executes the update commands using the underlying UpdateHandler. Almost all processor chains should end with an instance of RunUpdateProcessorFactory unless the user is explicitly executing the update commands in an alternative custom UpdateRequestProcessorFactory
Since:
solr 1.3
See Also: