Uses of Interface
org.apache.solr.update.processor.DistributingUpdateProcessorFactory
-
Packages that use DistributingUpdateProcessorFactory Package Description org.apache.solr.update.processor UpdateRequestProcessorFactory
APIs and implementations for use inUpdateRequestProcessorChain
s -
-
Uses of DistributingUpdateProcessorFactory in org.apache.solr.update.processor
Classes in org.apache.solr.update.processor that implement DistributingUpdateProcessorFactory Modifier and Type Class Description class
DistributedUpdateProcessorFactory
Factory forDistributedUpdateProcessor
.class
NoOpDistributingUpdateProcessorFactory
A No-Op implementation of DistributingUpdateProcessorFactory that allways returns the next processor instead of inserting a new URP in front of it.
-