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 NamedListInitializedPlugin
init
in class UpdateRequestProcessorFactory
public void inform(SolrCore core)
inform
in interface SolrCoreAware
public String getSignatureField()
public boolean isEnabled()
public String getSignatureClass()
public boolean getOverwriteDupes()
public UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
getInstance
in class UpdateRequestProcessorFactory
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.