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

Packages that use SolrDocument
org.apache.solr.client.solrj.beans   
org.apache.solr.client.solrj.impl   
org.apache.solr.client.solrj.util   
org.apache.solr.common.util   
org.apache.solr.handler.clustering   
org.apache.solr.handler.clustering.carrot2   
org.apache.solr.handler.component   
org.apache.solr.response   
org.apache.solr.search.grouping.endresulttransformer   
org.apache.solr.update   
org.apache.solr.util   
 

Uses of SolrDocument in org.apache.solr.client.solrj.beans
 

Methods in org.apache.solr.client.solrj.beans with parameters of type SolrDocument
<T> T
DocumentObjectBinder.getBean(Class<T> clazz, SolrDocument solrDoc)
           
 

Uses of SolrDocument in org.apache.solr.client.solrj.impl
 

Methods in org.apache.solr.client.solrj.impl that return SolrDocument
protected  SolrDocument XMLResponseParser.readDocument(javax.xml.stream.XMLStreamReader parser)
           
 

Uses of SolrDocument in org.apache.solr.client.solrj.util
 

Methods in org.apache.solr.client.solrj.util that return SolrDocument
static SolrDocument ClientUtils.toSolrDocument(SolrInputDocument d)
           
 

Methods in org.apache.solr.client.solrj.util with parameters of type SolrDocument
static SolrInputDocument ClientUtils.toSolrInputDocument(SolrDocument d)
           
 

Uses of SolrDocument in org.apache.solr.common.util
 

Methods in org.apache.solr.common.util that return SolrDocument
 SolrDocument JavaBinCodec.readSolrDocument(FastInputStream dis)
           
 

Methods in org.apache.solr.common.util with parameters of type SolrDocument
 void JavaBinCodec.writeSolrDocument(SolrDocument doc)
           
 void JavaBinCodec.writeSolrDocument(SolrDocument doc, Set<String> fields)
           
 

Uses of SolrDocument in org.apache.solr.handler.clustering
 

Method parameters in org.apache.solr.handler.clustering with type arguments of type SolrDocument
abstract  Object SearchClusteringEngine.cluster(org.apache.lucene.search.Query query, SolrDocumentList solrDocumentList, Map<SolrDocument,Integer> docIds, SolrQueryRequest sreq)
           
 SolrDocumentList SearchClusteringEngine.getSolrDocumentList(DocList docList, SolrQueryRequest sreq, Map<SolrDocument,Integer> docIds)
           
 

Uses of SolrDocument in org.apache.solr.handler.clustering.carrot2
 

Methods in org.apache.solr.handler.clustering.carrot2 with parameters of type SolrDocument
protected  String CarrotClusteringEngine.getValue(SolrDocument sdoc, String field)
           
 

Method parameters in org.apache.solr.handler.clustering.carrot2 with type arguments of type SolrDocument
 Object CarrotClusteringEngine.cluster(org.apache.lucene.search.Query query, SolrDocumentList solrDocList, Map<SolrDocument,Integer> docIds, SolrQueryRequest sreq)
           
 

Uses of SolrDocument in org.apache.solr.handler.component
 

Fields in org.apache.solr.handler.component with type parameters of type SolrDocument
 Map<Object,SolrDocument> ResponseBuilder.retrievedDocuments
           
 

Uses of SolrDocument in org.apache.solr.response
 

Methods in org.apache.solr.response with parameters of type SolrDocument
 void BaseResponseWriter.SingleResponseWriter.writeDoc(SolrDocument solrDocument)
          This method writes out a SolrDocument, on a doc-by-doc basis.
abstract  void TextResponseWriter.writeSolrDocument(String name, SolrDocument doc, Set<String> returnFields, Map pseudoFields)
           
 

Method parameters in org.apache.solr.response with type arguments of type SolrDocument
 void BaseResponseWriter.SingleResponseWriter.writeAllDocs(BaseResponseWriter.DocListInfo info, List<SolrDocument> allDocs)
          Writes out all SolrInputDocuments .
 

Uses of SolrDocument in org.apache.solr.search.grouping.endresulttransformer
 

Methods in org.apache.solr.search.grouping.endresulttransformer that return SolrDocument
 SolrDocument EndResultTransformer.SolrDocumentSource.retrieve(org.apache.lucene.search.ScoreDoc doc)
           
 

Uses of SolrDocument in org.apache.solr.update
 

Methods in org.apache.solr.update that return SolrDocument
 SolrDocument DocumentBuilder.loadStoredFields(SolrDocument doc, org.apache.lucene.document.Document luceneDoc)
          Add fields from the solr document TODO: /!\ NOTE /!\ This semantics of this function are still in flux.
 

Methods in org.apache.solr.update with parameters of type SolrDocument
 SolrDocument DocumentBuilder.loadStoredFields(SolrDocument doc, org.apache.lucene.document.Document luceneDoc)
          Add fields from the solr document TODO: /!\ NOTE /!\ This semantics of this function are still in flux.
 

Uses of SolrDocument in org.apache.solr.util
 

Method parameters in org.apache.solr.util with type arguments of type SolrDocument
static SolrDocumentList SolrPluginUtils.docListToSolrDocumentList(DocList docs, SolrIndexSearcher searcher, Set<String> fields, Map<SolrDocument,Integer> ids)
          Convert a DocList to a SolrDocumentList The optional param "ids" is populated with the lucene document id for each SolrDocument.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.