Package org.apache.solr.update.processor
Class RunUpdateProcessorFactory
- java.lang.Object
-
- org.apache.solr.update.processor.UpdateRequestProcessorFactory
-
- org.apache.solr.update.processor.RunUpdateProcessorFactory
-
- All Implemented Interfaces:
NamedListInitializedPlugin
public class RunUpdateProcessorFactory extends UpdateRequestProcessorFactory
Executes the update commands using the underlying UpdateHandler. Almost all processor chains should end with an instance ofRunUpdateProcessorFactory
unless the user is explicitly executing the update commands in an alternative customUpdateRequestProcessorFactory
- Since:
- solr 1.3
- See Also:
DistributingUpdateProcessorFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.update.processor.UpdateRequestProcessorFactory
UpdateRequestProcessorFactory.RunAlways
-
-
Field Summary
Fields Modifier and Type Field Description static String
PRE_RUN_CHAIN_NAME
-
Constructor Summary
Constructors Constructor Description RunUpdateProcessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRequestProcessor
getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init
-
-
-
-
Field Detail
-
PRE_RUN_CHAIN_NAME
public static final String PRE_RUN_CHAIN_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
- Specified by:
getInstance
in classUpdateRequestProcessorFactory
-
-