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 DistributedUpdateProcessorFactoryDistributingUpdateProcessorFactory- Since:
- 4.0.0
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.update.processor.UpdateRequestProcessorFactoryUpdateRequestProcessorFactory.RunAlways
 
- 
 - 
Field Summary- 
Fields inherited from interface org.apache.solr.update.processor.DistributingUpdateProcessorFactoryDISTRIB_UPDATE_PARAM
 
- 
 - 
Constructor SummaryConstructors Constructor Description NoOpDistributingUpdateProcessorFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRequestProcessorgetInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)Returns the next- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugininit
 
- 
 
- 
- 
- 
Method Detail- 
getInstancepublic UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next) Returns the next- Specified by:
- getInstancein class- UpdateRequestProcessorFactory
 
 
- 
 
-