public class LuxUpdateProcessorFactory
extends org.apache.solr.update.processor.UpdateRequestProcessorFactory
implements org.apache.solr.util.plugin.SolrCoreAware
| Constructor and Description |
|---|
LuxUpdateProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.solr.update.processor.UpdateRequestProcessor |
getInstance(org.apache.solr.request.SolrQueryRequest req,
org.apache.solr.response.SolrQueryResponse rsp,
org.apache.solr.update.processor.UpdateRequestProcessor next) |
void |
inform(org.apache.solr.core.SolrCore core)
Called when each core is initialized; we ensure that Lux fields are configured.
|
public void inform(org.apache.solr.core.SolrCore core)
inform in interface org.apache.solr.util.plugin.SolrCoreAwarepublic org.apache.solr.update.processor.UpdateRequestProcessor getInstance(org.apache.solr.request.SolrQueryRequest req,
org.apache.solr.response.SolrQueryResponse rsp,
org.apache.solr.update.processor.UpdateRequestProcessor next)
getInstance in class org.apache.solr.update.processor.UpdateRequestProcessorFactoryCopyright © 2013. All Rights Reserved.