lux.solr
Class LuxUpdateProcessorFactory
java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessorFactory
lux.solr.LuxUpdateProcessorFactory
- All Implemented Interfaces:
- org.apache.solr.util.plugin.NamedListInitializedPlugin, org.apache.solr.util.plugin.SolrCoreAware
public class LuxUpdateProcessorFactory
- extends org.apache.solr.update.processor.UpdateRequestProcessorFactory
- implements org.apache.solr.util.plugin.SolrCoreAware
|
Method Summary |
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. |
| Methods inherited from class org.apache.solr.update.processor.UpdateRequestProcessorFactory |
init |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuxUpdateProcessorFactory
public LuxUpdateProcessorFactory()
inform
public void inform(org.apache.solr.core.SolrCore core)
- Called when each core is initialized; we ensure that Lux fields are configured.
- Specified by:
inform in interface org.apache.solr.util.plugin.SolrCoreAware
getInstance
public 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)
- Specified by:
getInstance in class org.apache.solr.update.processor.UpdateRequestProcessorFactory
Copyright © 2013. All Rights Reserved.