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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class org.apache.solr.update.processor.DistributedUpdateProcessorFactory

    addParamToDistributedRequestWhitelist, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      getInstance in class org.apache.solr.update.processor.DistributedUpdateProcessorFactory