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.handler.dataimport   
org.apache.solr.logging   
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(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(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(Query query, SolrDocumentList solrDocList, Map<SolrDocument,Integer> docIds, SolrQueryRequest sreq)
           
 

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

Methods in org.apache.solr.handler.dataimport that return SolrDocumentList
protected  SolrDocumentList SolrEntityProcessor.doQuery(int start)
           
 

Uses of SolrDocumentList in org.apache.solr.logging
 

Methods in org.apache.solr.logging that return SolrDocumentList
 SolrDocumentList LogWatcher.getHistory(long since, AtomicBoolean found)
           
 

Uses of SolrDocumentList in org.apache.solr.response
 

Methods in org.apache.solr.response with parameters of type SolrDocumentList
 void TextResponseWriter.writeSolrDocumentList(String name, SolrDocumentList docs, ReturnFields returnFields)
           
 

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.
 



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