public class LogUpdateProcessorFactory extends UpdateRequestProcessorFactory implements UpdateRequestProcessorFactory.RunAlways
A logging processor. This keeps track of all commands that have passed through the chain and prints them on finish(). At the Debug (FINE) level, a message will be logged for each command prior to the next stage in the chain.
If the Log level is not >= INFO the processor will not be created or added to the chain.
UpdateRequestProcessorFactory.RunAlways| Constructor and Description |
|---|
LogUpdateProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRequestProcessor |
getInstance(SolrQueryRequest req,
SolrQueryResponse rsp,
UpdateRequestProcessor next) |
void |
init(NamedList args) |
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.