org.apache.solr.update
Class AddUpdateCommand
java.lang.Object
org.apache.solr.update.UpdateCommand
org.apache.solr.update.AddUpdateCommand
public class AddUpdateCommand
- extends UpdateCommand
- Version:
- $Id: AddUpdateCommand.java 743163 2009-02-10 23:21:57Z yonik $
indexedId
public String indexedId
doc
public Document doc
solrDoc
public SolrInputDocument solrDoc
allowDups
public boolean allowDups
overwritePending
public boolean overwritePending
overwriteCommitted
public boolean overwriteCommitted
updateTerm
public Term updateTerm
commitWithin
public int commitWithin
AddUpdateCommand
public AddUpdateCommand()
clear
public void clear()
- Reset state to reuse this object with a different document in the same request
getSolrInputDocument
public SolrInputDocument getSolrInputDocument()
getLuceneDocument
public Document getLuceneDocument(IndexSchema schema)
getIndexedId
public String getIndexedId(IndexSchema schema)
getPrintableId
public String getPrintableId(IndexSchema schema)
toString
public String toString()
- Overrides:
toString
in class UpdateCommand
Copyright © 2009 Apache Software Foundation. All Rights Reserved.