lux.solr
Class LuxUpdateProcessorFactory

java.lang.Object
  extended by org.apache.solr.update.processor.UpdateRequestProcessorFactory
      extended by 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


Constructor Summary
LuxUpdateProcessorFactory()
           
 
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
 

Constructor Detail

LuxUpdateProcessorFactory

public LuxUpdateProcessorFactory()
Method Detail

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.