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.request   
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 QueryResponse.getResults()
           
 

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

Methods in org.apache.solr.request 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 © 2011 Apache Software Foundation. All Rights Reserved.