Class NoOpDistributingUpdateProcessorFactory

java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessorFactory
org.apache.solr.update.processor.NoOpDistributingUpdateProcessorFactory
All Implemented Interfaces:
DistributingUpdateProcessorFactory, NamedListInitializedPlugin

public class NoOpDistributingUpdateProcessorFactory extends UpdateRequestProcessorFactory implements DistributingUpdateProcessorFactory
A No-Op implementation of DistributingUpdateProcessorFactory that allways returns the next processor instead of inserting a new URP in front of it.

This implementation may be useful for Solr installations in which neither the DistributedUpdateProcessorFactory nor any custom implementation of DistributingUpdateProcessorFactory is desired (ie: shards are managed externally from Solr)

Since:
4.0.0