Class AlfrescoDistributedUpdateProcessorFactory
java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessorFactory
org.apache.solr.update.processor.DistributedUpdateProcessorFactory
org.alfresco.solr.update.processor.AlfrescoDistributedUpdateProcessorFactory
- All Implemented Interfaces:
org.apache.solr.update.processor.DistributingUpdateProcessorFactory,org.apache.solr.util.plugin.NamedListInitializedPlugin
public class AlfrescoDistributedUpdateProcessorFactory
extends org.apache.solr.update.processor.DistributedUpdateProcessorFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.update.processor.UpdateRequestProcessorFactory
org.apache.solr.update.processor.UpdateRequestProcessorFactory.RunAlways -
Field Summary
Fields inherited from interface org.apache.solr.update.processor.DistributingUpdateProcessorFactory
DISTRIB_UPDATE_PARAM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.solr.update.processor.DistributedUpdateProcessorgetInstance(org.apache.solr.request.SolrQueryRequest req, org.apache.solr.response.SolrQueryResponse rsp, org.apache.solr.update.processor.UpdateRequestProcessor next) Methods inherited from class org.apache.solr.update.processor.DistributedUpdateProcessorFactory
addParamToDistributedRequestWhitelist, init
-
Constructor Details
-
AlfrescoDistributedUpdateProcessorFactory
public AlfrescoDistributedUpdateProcessorFactory()
-
-
Method Details
-
getInstance
public org.apache.solr.update.processor.DistributedUpdateProcessor getInstance(org.apache.solr.request.SolrQueryRequest req, org.apache.solr.response.SolrQueryResponse rsp, org.apache.solr.update.processor.UpdateRequestProcessor next) - Overrides:
getInstancein classorg.apache.solr.update.processor.DistributedUpdateProcessorFactory
-