Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • AlfrescoDistributedUpdateProcessorFactory

        public AlfrescoDistributedUpdateProcessorFactory()
    • 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:
        getInstance in class org.apache.solr.update.processor.DistributedUpdateProcessorFactory