Package org.apache.solr.update.processor
Class IgnoreLargeDocumentProcessorFactory
java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessorFactory
org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactory
- All Implemented Interfaces:
NamedListInitializedPlugin
Gives system administrators a way to ignore very large update from clients. When an update goes
through processors its size can change therefore this processor should be the last processor of
the chain.
- Since:
- 7.4.0
-
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) voidinit(org.apache.solr.common.util.NamedList<?> args) initwill be called just once, immediately after creation.
-
Field Details
-
LIMIT_SIZE_PARAM
- See Also:
-
PERMISSIVE_MODE_PARAM
- See Also:
-
-
Constructor Details
-
IgnoreLargeDocumentProcessorFactory
public IgnoreLargeDocumentProcessorFactory()
-
-
Method Details
-
init
public void init(org.apache.solr.common.util.NamedList<?> args) Description copied from interface:NamedListInitializedPlugininitwill be called just once, immediately after creation.Source of the initialization arguments will typically be solrconfig.xml, but will ultimately depends on the plugin itself
- Parameters:
args- non-null list of initialization parameters (may be empty)
-
getInstance
public UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next) - Specified by:
getInstancein classUpdateRequestProcessorFactory
-