lux.solr
Class LuxUpdateProcessor

java.lang.Object
  extended by org.apache.solr.update.processor.UpdateRequestProcessor
      extended by lux.solr.LuxUpdateProcessor

public class LuxUpdateProcessor
extends org.apache.solr.update.processor.UpdateRequestProcessor


Field Summary
 
Fields inherited from class org.apache.solr.update.processor.UpdateRequestProcessor
next
 
Constructor Summary
LuxUpdateProcessor(SolrIndexConfig config, org.apache.solr.update.processor.UpdateRequestProcessor next)
           
 
Method Summary
static void addDocumentFields(XmlIndexer indexer, org.apache.solr.common.SolrInputDocument doc)
           
 void processAdd(org.apache.solr.update.AddUpdateCommand cmd)
           
 void processDelete(org.apache.solr.update.DeleteUpdateCommand cmd)
           
 
Methods inherited from class org.apache.solr.update.processor.UpdateRequestProcessor
finish, processCommit, processMergeIndexes, processRollback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuxUpdateProcessor

public LuxUpdateProcessor(SolrIndexConfig config,
                          org.apache.solr.update.processor.UpdateRequestProcessor next)
Method Detail

processAdd

public void processAdd(org.apache.solr.update.AddUpdateCommand cmd)
                throws IOException
Overrides:
processAdd in class org.apache.solr.update.processor.UpdateRequestProcessor
Throws:
IOException

addDocumentFields

public static void addDocumentFields(XmlIndexer indexer,
                                     org.apache.solr.common.SolrInputDocument doc)

processDelete

public void processDelete(org.apache.solr.update.DeleteUpdateCommand cmd)
                   throws IOException
Overrides:
processDelete in class org.apache.solr.update.processor.UpdateRequestProcessor
Throws:
IOException


Copyright © 2013. All Rights Reserved.