public class NoOpDistributingUpdateProcessorFactory extends UpdateRequestProcessorFactory implements DistributingUpdateProcessorFactory
This implementation may be useful for Solr installations in which neither
the nor any custom
implementation of DistributedUpdateProcessorFactory
is desired (ie: shards are managed externally from Solr)
DistributingUpdateProcessorFactory
UpdateRequestProcessorFactory.RunAlwaysDISTRIB_UPDATE_PARAM| Constructor and Description |
|---|
NoOpDistributingUpdateProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRequestProcessor |
getInstance(SolrQueryRequest req,
SolrQueryResponse rsp,
UpdateRequestProcessor next)
Returns the next
|
initpublic NoOpDistributingUpdateProcessorFactory()
public UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
getInstance in class UpdateRequestProcessorFactoryCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.