Uses of Class
org.apache.solr.common.SolrInputDocument

Packages that use SolrInputDocument
org.apache.solr.client.solrj   
org.apache.solr.client.solrj.beans   
org.apache.solr.client.solrj.impl   
org.apache.solr.client.solrj.request   
org.apache.solr.client.solrj.util   
org.apache.solr.handler.dataimport   
org.apache.solr.handler.extraction   
org.apache.solr.update   
org.apache.solr.util   
 

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.impl
 

Method parameters in org.apache.solr.client.solrj.impl with type arguments of type SolrInputDocument
 UpdateResponse CommonsHttpSolrServer.add(Iterator<SolrInputDocument> docIterator)
          Adds the documents supplied by the given iterator.
 

Uses of SolrInputDocument in org.apache.solr.client.solrj.request
 

Methods in org.apache.solr.client.solrj.request that return types with arguments of type SolrInputDocument
 Iterator<SolrInputDocument> UpdateRequest.getDocIterator()
           
 List<SolrInputDocument> DocumentAnalysisRequest.getDocuments()
          Returns all documents that will be analyzed when processing the request.
 List<SolrInputDocument> UpdateRequest.getDocuments()
           
 

Methods in org.apache.solr.client.solrj.request with parameters of type SolrInputDocument
 UpdateRequest UpdateRequest.add(SolrInputDocument doc)
           
 DocumentAnalysisRequest DocumentAnalysisRequest.addDocument(SolrInputDocument doc)
          Adds a document to be analyzed.
 void JavaBinUpdateRequestCodec.StreamingDocumentHandler.document(SolrInputDocument document, UpdateRequest req)
           
 

Method parameters in org.apache.solr.client.solrj.request with type arguments of type SolrInputDocument
 UpdateRequest UpdateRequest.add(Collection<SolrInputDocument> docs)
           
 DocumentAnalysisRequest DocumentAnalysisRequest.addDocuments(Collection<SolrInputDocument> docs)
          Adds a collection of documents to be analyzed.
 void UpdateRequest.setDocIterator(Iterator<SolrInputDocument> docIterator)
           
 

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.handler.extraction
 

Methods in org.apache.solr.handler.extraction that return SolrInputDocument
 SolrInputDocument SolrContentHandler.newDocument()
          This is called by a consumer when it is ready to deal with a new SolrInputDocument.
 

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.
 

Uses of SolrInputDocument in org.apache.solr.util
 

Methods in org.apache.solr.util with parameters of type SolrInputDocument
 String AbstractSolrTestCase.adoc(SolrInputDocument sdoc)
          Generates a simple <add><doc>...
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.