Package org.apache.solr.update.processor
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
DistributingUpdateProcessorFactory
- Since:
- 4.0.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.update.processor.UpdateRequestProcessorFactory
UpdateRequestProcessorFactory.RunAlways
-
-
Field Summary
-
Fields inherited from interface org.apache.solr.update.processor.DistributingUpdateProcessorFactory
DISTRIB_UPDATE_PARAM
-
-
Constructor Summary
Constructors Constructor Description NoOpDistributingUpdateProcessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRequestProcessor
getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
Returns the next-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init
-
-
-
-
Method Detail
-
getInstance
public UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
Returns the next- Specified by:
getInstance
in classUpdateRequestProcessorFactory
-
-