public abstract class UpdateRequestProcessorFactory extends Object implements NamedListInitializedPlugin
SolrCore
in initialization, it could
implement SolrCoreAware
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateRequestProcessorFactory.RunAlways
A marker interface for UpdateRequestProcessorFactory implementations indicating that
the factory should be used even if the update.distrib parameter would otherwise cause
it to not be run.
|
Constructor and Description |
---|
UpdateRequestProcessorFactory() |
Modifier and Type | Method and Description |
---|---|
abstract UpdateRequestProcessor |
getInstance(SolrQueryRequest req,
SolrQueryResponse rsp,
UpdateRequestProcessor next) |
void |
init(NamedList args) |
public void init(NamedList args)
init
in interface NamedListInitializedPlugin
public abstract UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.