lux.solr
Class UpdateDocCommand

java.lang.Object
  extended by org.apache.solr.update.UpdateCommand
      extended by org.apache.solr.update.AddUpdateCommand
          extended by lux.solr.UpdateDocCommand
All Implemented Interfaces:
Cloneable

public class UpdateDocCommand
extends org.apache.solr.update.AddUpdateCommand


Field Summary
 
Fields inherited from class org.apache.solr.update.AddUpdateCommand
commitWithin, overwrite, solrDoc, updateTerm
 
Fields inherited from class org.apache.solr.update.UpdateCommand
BUFFERING, CLEAR_CACHES, flags, IGNORE_AUTOCOMMIT, PEER_SYNC, REPLAY, req, version
 
Constructor Summary
UpdateDocCommand(org.apache.solr.core.SolrCore core, org.apache.lucene.document.Document doc, String uri)
           
 
Method Summary
 org.apache.lucene.document.Document getLuceneDocument()
           
 
Methods inherited from class org.apache.solr.update.AddUpdateCommand
clear, getHashableId, getIndexedId, getPrintableId, getSolrInputDocument, name, setIndexedId, toString
 
Methods inherited from class org.apache.solr.update.UpdateCommand
clone, getFlags, getReq, getVersion, setFlags, setReq, setVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateDocCommand

public UpdateDocCommand(org.apache.solr.core.SolrCore core,
                        org.apache.lucene.document.Document doc,
                        String uri)
Method Detail

getLuceneDocument

public org.apache.lucene.document.Document getLuceneDocument()
Overrides:
getLuceneDocument in class org.apache.solr.update.AddUpdateCommand


Copyright © 2013. All Rights Reserved.