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

Packages that use SolrDocumentList
org.apache.solr.client.solrj.beans   
org.apache.solr.client.solrj.impl   
org.apache.solr.client.solrj.response   
org.apache.solr.common.util   
org.apache.solr.handler.clustering   
org.apache.solr.handler.clustering.carrot2   
org.apache.solr.response   
org.apache.solr.util   
 

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

Methods in org.apache.solr.client.solrj.beans with parameters of type SolrDocumentList
<T> List<T>
DocumentObjectBinder.getBeans(Class<T> clazz, SolrDocumentList solrDocList)
           
 

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

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

Uses of SolrDocumentList in org.apache.solr.client.solrj.response
 

Methods in org.apache.solr.client.solrj.response that return SolrDocumentList
 SolrDocumentList Group.getResult()
          Returns the documents to be displayed that belong to this group.
 SolrDocumentList QueryResponse.getResults()
           
 

Constructors in org.apache.solr.client.solrj.response with parameters of type SolrDocumentList
Group(String groupValue, SolrDocumentList result)
          Creates a Group instance.
 

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

Methods in org.apache.solr.common.util that return SolrDocumentList
 SolrDocumentList JavaBinCodec.readSolrDocumentList(FastInputStream dis)
           
 

Methods in org.apache.solr.common.util with parameters of type SolrDocumentList
 void JavaBinCodec.writeSolrDocumentList(SolrDocumentList docs)
           
 

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

Methods in org.apache.solr.handler.clustering that return SolrDocumentList
 SolrDocumentList SearchClusteringEngine.getSolrDocumentList(DocList docList, SolrQueryRequest sreq, Map<SolrDocument,Integer> docIds)
           
 

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

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

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

Uses of SolrDocumentList in org.apache.solr.response
 

Methods in org.apache.solr.response with parameters of type SolrDocumentList
 void XMLWriter.writeSolrDocumentList(String name, SolrDocumentList docs, Set<String> fields)
           
abstract  void TextResponseWriter.writeSolrDocumentList(String name, SolrDocumentList docs, Set<String> fields, Map otherFields)
           
 

Uses of SolrDocumentList in org.apache.solr.util
 

Methods in org.apache.solr.util that return SolrDocumentList
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.
 

Methods in org.apache.solr.util with parameters of type SolrDocumentList
static void SolrPluginUtils.addOrReplaceResults(SolrQueryResponse rsp, SolrDocumentList docs)
          Given a SolrQueryResponse replace the DocList if it is in the result.
 



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