|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SolrInputDocument in org.apache.solr.client.solrj |
---|
Methods in org.apache.solr.client.solrj with parameters of type SolrInputDocument | |
---|---|
UpdateResponse |
SolrServer.add(SolrInputDocument doc)
|
Method parameters in org.apache.solr.client.solrj with type arguments of type SolrInputDocument | |
---|---|
UpdateResponse |
SolrServer.add(Collection<SolrInputDocument> docs)
|
Uses of SolrInputDocument in org.apache.solr.client.solrj.beans |
---|
Methods in org.apache.solr.client.solrj.beans that return SolrInputDocument | |
---|---|
SolrInputDocument |
DocumentObjectBinder.toSolrInputDocument(Object obj)
|
Uses of SolrInputDocument in org.apache.solr.client.solrj.request |
---|
Methods in org.apache.solr.client.solrj.request with parameters of type SolrInputDocument | |
---|---|
UpdateRequest |
UpdateRequest.add(SolrInputDocument doc)
|
Method parameters in org.apache.solr.client.solrj.request with type arguments of type SolrInputDocument | |
---|---|
UpdateRequest |
UpdateRequest.add(Collection<SolrInputDocument> docs)
|
Uses of SolrInputDocument in org.apache.solr.client.solrj.util |
---|
Methods in org.apache.solr.client.solrj.util that return SolrInputDocument | |
---|---|
static SolrInputDocument |
ClientUtils.toSolrInputDocument(SolrDocument d)
|
Methods in org.apache.solr.client.solrj.util with parameters of type SolrInputDocument | |
---|---|
static SolrDocument |
ClientUtils.toSolrDocument(SolrInputDocument d)
|
static String |
ClientUtils.toXML(SolrInputDocument doc)
|
static void |
ClientUtils.writeXML(SolrInputDocument doc,
Writer writer)
|
Uses of SolrInputDocument in org.apache.solr.handler.dataimport |
---|
Methods in org.apache.solr.handler.dataimport with parameters of type SolrInputDocument | |
---|---|
boolean |
SolrWriter.upload(SolrInputDocument d)
|
Uses of SolrInputDocument in org.apache.solr.update |
---|
Fields in org.apache.solr.update declared as SolrInputDocument | |
---|---|
SolrInputDocument |
AddUpdateCommand.solrDoc
|
Methods in org.apache.solr.update that return SolrInputDocument | |
---|---|
SolrInputDocument |
AddUpdateCommand.getSolrInputDocument()
|
Methods in org.apache.solr.update with parameters of type SolrInputDocument | |
---|---|
static Document |
DocumentBuilder.toDocument(SolrInputDocument doc,
IndexSchema schema)
Convert a SolrInputDocument to a lucene Document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |