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
Executes the update commands using the underlying UpdateHandler. Almost all processor chains
should end with an instance of
RunUpdateProcessorFactory unless the user is
explicitly executing the update commands in an alternative custom
UpdateRequestProcessorFactory- Since:
- solr 1.3
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.update.processor.UpdateRequestProcessorFactory
UpdateRequestProcessorFactory.RunAlways -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init
-
Field Details
-
PRE_RUN_CHAIN_NAME
- See Also:
-
-
Constructor Details
-
RunUpdateProcessorFactory
public RunUpdateProcessorFactory()
-
-
Method Details
-
getInstance
public UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next) - Specified by:
getInstancein classUpdateRequestProcessorFactory
-