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 556064 2007-07-13 16:48:00Z ryan $
indexedId
public String indexedId
doc
public Document doc
solrDoc
public SolrInputDocument solrDoc
allowDups
public boolean allowDups
overwritePending
public boolean overwritePending
overwriteCommitted
public boolean overwriteCommitted
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 © 2008 Apache Software Foundation. All Rights Reserved.