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.
UpdateRequestProcessorFactory.RunAlways| Modifier and Type | Field and Description |
|---|---|
static String |
LIMIT_SIZE_PARAM |
| Constructor and Description |
|---|
IgnoreLargeDocumentProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRequestProcessor |
getInstance(SolrQueryRequest req,
SolrQueryResponse rsp,
UpdateRequestProcessor next) |
void |
init(NamedList args) |
public static final String LIMIT_SIZE_PARAM
public void init(NamedList args)
init in interface NamedListInitializedPlugininit in class UpdateRequestProcessorFactorypublic UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
getInstance in class UpdateRequestProcessorFactoryCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.