public class SignatureUpdateProcessorFactory extends UpdateRequestProcessorFactory implements SolrCoreAware
UpdateRequestProcessorFactory.RunAlways| Constructor and Description |
|---|
SignatureUpdateProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRequestProcessor |
getInstance(SolrQueryRequest req,
SolrQueryResponse rsp,
UpdateRequestProcessor next) |
boolean |
getOverwriteDupes() |
List<String> |
getSigFields() |
String |
getSignatureClass() |
String |
getSignatureField() |
void |
inform(SolrCore core) |
void |
init(NamedList args) |
boolean |
isEnabled() |
public void init(NamedList args)
init in interface NamedListInitializedPlugininit in class UpdateRequestProcessorFactorypublic void inform(SolrCore core)
inform in interface SolrCoreAwarepublic String getSignatureField()
public boolean isEnabled()
public String getSignatureClass()
public boolean getOverwriteDupes()
public UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
getInstance in class UpdateRequestProcessorFactoryCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.