Uses of Interface
org.apache.solr.update.processor.DistributingUpdateProcessorFactory
-
Packages that use DistributingUpdateProcessorFactory Package Description org.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChains -
-
Uses of DistributingUpdateProcessorFactory in org.apache.solr.update.processor
Classes in org.apache.solr.update.processor that implement DistributingUpdateProcessorFactory Modifier and Type Class Description classDistributedUpdateProcessorFactoryFactory forDistributedUpdateProcessor.classNoOpDistributingUpdateProcessorFactoryA No-Op implementation of DistributingUpdateProcessorFactory that allways returns the next processor instead of inserting a new URP in front of it.
-