Class IgnoreLargeDocumentProcessorFactory

java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessorFactory
org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactory
All Implemented Interfaces:
NamedListInitializedPlugin

public class IgnoreLargeDocumentProcessorFactory extends UpdateRequestProcessorFactory
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