public class UpdateDocCommand
extends org.apache.solr.update.AddUpdateCommand
| Constructor and Description |
|---|
UpdateDocCommand(org.apache.solr.core.SolrCore core,
org.apache.lucene.document.Document doc,
String uri) |
UpdateDocCommand(org.apache.solr.request.SolrQueryRequest req,
org.apache.solr.common.SolrInputDocument sdoc,
org.apache.lucene.document.Document doc,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.document.Document |
getLuceneDocument() |
static org.apache.solr.request.SolrQueryRequest |
makeSolrRequest(org.apache.solr.core.SolrCore core) |
clear, getHashableId, getIndexedId, getPrintableId, getSolrInputDocument, name, setIndexedId, toStringpublic UpdateDocCommand(org.apache.solr.core.SolrCore core,
org.apache.lucene.document.Document doc,
String uri)
public UpdateDocCommand(org.apache.solr.request.SolrQueryRequest req,
org.apache.solr.common.SolrInputDocument sdoc,
org.apache.lucene.document.Document doc,
String uri)
Copyright © 2013. All Rights Reserved.