org.apache.solr.update.processor
Class RunUpdateProcessorFactory

java.lang.Object
  extended by org.apache.solr.update.processor.UpdateRequestProcessorFactory
      extended by org.apache.solr.update.processor.RunUpdateProcessorFactory
All Implemented Interfaces:
NamedListInitializedPlugin

public class RunUpdateProcessorFactory
extends UpdateRequestProcessorFactory

Pass the command to the UpdateHandler without any modifications

Since:
solr 1.3

Constructor Summary
RunUpdateProcessorFactory()
           
 
Method Summary
 UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
           
 
Methods inherited from class org.apache.solr.update.processor.UpdateRequestProcessorFactory
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunUpdateProcessorFactory

public RunUpdateProcessorFactory()
Method Detail

getInstance

public UpdateRequestProcessor getInstance(SolrQueryRequest req,
                                          SolrQueryResponse rsp,
                                          UpdateRequestProcessor next)
Specified by:
getInstance in class UpdateRequestProcessorFactory


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.