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
-
-
Constructor Summary
Constructors Constructor Description AlfrescoDistributedUpdateProcessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.solr.update.processor.DistributedUpdateProcessorgetInstance(org.apache.solr.request.SolrQueryRequest req, org.apache.solr.response.SolrQueryResponse rsp, org.apache.solr.update.processor.UpdateRequestProcessor next)
-
-
-
Method Detail
-
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
-
-