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

Packages that use SolrDocument
org.apache.solr.client.solrj   
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.logging   
org.apache.solr.logging.jul   
org.apache.solr.response   
org.apache.solr.response.transform   
org.apache.solr.search.grouping.endresulttransformer   
org.apache.solr.util   
 

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

Methods in org.apache.solr.client.solrj with parameters of type SolrDocument
abstract  void StreamingResponseCallback.streamSolrDocument(SolrDocument doc)
           
 

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(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)
           
 

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(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
 

Method parameters in org.apache.solr.handler.clustering.carrot2 with type arguments of type SolrDocument
 Object CarrotClusteringEngine.cluster(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.logging
 

Methods in org.apache.solr.logging that return SolrDocument
abstract  SolrDocument LogWatcher.toSolrDocument(E event)
           
 

Uses of SolrDocument in org.apache.solr.logging.jul
 

Methods in org.apache.solr.logging.jul that return SolrDocument
 SolrDocument JulWatcher.toSolrDocument(LogRecord event)
           
 

Uses of SolrDocument in org.apache.solr.response
 

Methods in org.apache.solr.response that return SolrDocument
 SolrDocument BinaryResponseWriter.Resolver.getDoc(Document doc)
           
 SolrDocument TextResponseWriter.toSolrDocument(Document doc)
           
 

Methods in org.apache.solr.response with parameters of type SolrDocument
abstract  void TextResponseWriter.writeSolrDocument(String name, SolrDocument doc, ReturnFields returnFields, int idx)
           
 void XMLWriter.writeSolrDocument(String name, SolrDocument doc, ReturnFields returnFields, int idx)
          The SolrDocument should already have multivalued fields implemented as Collections -- this will not rewrite to
 

Uses of SolrDocument in org.apache.solr.response.transform
 

Methods in org.apache.solr.response.transform with parameters of type SolrDocument
protected  String BaseEditorialTransformer.getKey(SolrDocument doc)
           
 void ValueSourceAugmenter.transform(SolrDocument doc, int docid)
           
abstract  void DocTransformer.transform(SolrDocument doc, int docid)
          This is where implementations do the actual work
 void RenameFieldTransformer.transform(SolrDocument doc, int docid)
           
 void ScoreAugmenter.transform(SolrDocument doc, int docid)
           
 void BaseEditorialTransformer.transform(SolrDocument doc, int docid)
           
 void DocTransformers.transform(SolrDocument doc, int docid)
           
 

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(ScoreDoc doc)
           
 

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-2012 Apache Software Foundation. All Rights Reserved.