org.apache.solr.update.processor
Class UpdateRequestProcessorChain
java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessorChain
public final class UpdateRequestProcessorChain
- extends Object
An UpdateRequestProcessorFactory that constructs a chain of UpdateRequestProcessor.
This is the default implementation and can be configured via solrconfig.xml with:
100
- Since:
- solr 1.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateRequestProcessorChain
public UpdateRequestProcessorChain(UpdateRequestProcessorFactory[] chain)
createProcessor
public UpdateRequestProcessor createProcessor(SolrQueryRequest req,
SolrQueryResponse rsp)
getFactories
public UpdateRequestProcessorFactory[] getFactories()
Copyright © 2008 Apache Software Foundation. All Rights Reserved.