Uses of Interface
org.apache.solr.search.DocList

Packages that use DocList
org.apache.solr.handler   
org.apache.solr.handler.clustering   
org.apache.solr.handler.clustering.carrot2   
org.apache.solr.highlight   
org.apache.solr.response   
org.apache.solr.search   
org.apache.solr.util   
 

Uses of DocList in org.apache.solr.handler
 

Methods in org.apache.solr.handler that return types with arguments of type DocList
 NamedList<DocList> MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThese(DocList docs, int rows, int flags)
          Deprecated. 
 

Methods in org.apache.solr.handler with parameters of type DocList
 NamedList<DocList> MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThese(DocList docs, int rows, int flags)
          Deprecated. 
 

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

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

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

Methods in org.apache.solr.handler.clustering.carrot2 with parameters of type DocList
 Object CarrotClusteringEngine.cluster(org.apache.lucene.search.Query query, DocList docList, SolrQueryRequest sreq)
          Deprecated. 
 

Uses of DocList in org.apache.solr.highlight
 

Methods in org.apache.solr.highlight with parameters of type DocList
abstract  NamedList<Object> SolrHighlighter.doHighlighting(DocList docs, org.apache.lucene.search.Query query, SolrQueryRequest req, String[] defaultFields)
          Generates a list of Highlighted query fragments for each item in a list of documents, or returns null if highlighting is disabled.
 NamedList<Object> DefaultSolrHighlighter.doHighlighting(DocList docs, org.apache.lucene.search.Query query, SolrQueryRequest req, String[] defaultFields)
          Generates a list of Highlighted query fragments for each item in a list of documents, or returns null if highlighting is disabled.
 

Uses of DocList in org.apache.solr.response
 

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

Uses of DocList in org.apache.solr.search
 

Classes in org.apache.solr.search that implement DocList
 class DocSlice
          DocSlice implements DocList as an array of docids and optional scores.
 

Fields in org.apache.solr.search declared as DocList
 DocList DocListAndSet.docList
           
 DocList Grouping.mainResult
           
 

Methods in org.apache.solr.search that return DocList
protected  DocList Grouping.Command.createSimpleResponse()
           
 DocList SolrIndexSearcher.QueryResult.getDocList()
           
protected  DocList Grouping.Command.getDocList(org.apache.lucene.search.grouping.GroupDocs groups)
           
 DocList SolrIndexSearcher.getDocList(org.apache.lucene.search.Query query, DocSet filter, org.apache.lucene.search.Sort lsort, int offset, int len)
          Returns documents matching both query and filter and sorted by sort.
 DocList SolrIndexSearcher.getDocList(org.apache.lucene.search.Query query, List<org.apache.lucene.search.Query> filterList, org.apache.lucene.search.Sort lsort, int offset, int len, int flags)
          Returns documents matching both query and the intersection of the filterList, sorted by sort.
 DocList SolrIndexSearcher.getDocList(org.apache.lucene.search.Query query, org.apache.lucene.search.Query filter, org.apache.lucene.search.Sort lsort, int offset, int len)
          Returns documents matching both query and filter and sorted by sort.
protected  DocList SolrIndexSearcher.sortDocSet(DocSet set, org.apache.lucene.search.Sort sort, int nDocs)
           
 DocList DocList.subset(int offset, int len)
          Get a subset of an existing DocList.
 DocList DocSlice.subset(int offset, int len)
           
 

Methods in org.apache.solr.search with parameters of type DocList
 org.apache.lucene.document.Document[] SolrIndexSearcher.readDocs(DocList ids)
          Takes a list of docs (the doc ids actually), and returns an array of Documents containing all of the stored fields.
 void SolrIndexSearcher.readDocs(org.apache.lucene.document.Document[] docs, DocList ids)
          Takes a list of docs (the doc ids actually), and reads them into an array of Documents.
 void SolrIndexSearcher.readDocs(org.apache.lucene.document.Document[] docs, DocList ids, Set<String> fields)
          Takes a list of docs (the doc ids actually) and a set of fields to load, and reads them into an array of Documents.
 void SolrIndexSearcher.QueryResult.setDocList(DocList list)
           
 

Uses of DocList in org.apache.solr.util
 

Methods in org.apache.solr.util that return DocList
static DocList SolrPluginUtils.doSimpleQuery(String sreq, SolrQueryRequest req, int start, int limit)
          Executes a basic query in lucene syntax
 

Methods in org.apache.solr.util with parameters of type DocList
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.
static NamedList HighlightingUtils.doHighlighting(DocList docs, org.apache.lucene.search.Query query, SolrQueryRequest req, String[] defaultFields)
          Deprecated. use DefaultSolrHighlighter
static NamedList SolrPluginUtils.doStandardDebug(SolrQueryRequest req, String userQuery, org.apache.lucene.search.Query query, DocList results)
           Returns a NamedList containing many "standard" pieces of debugging information.
static NamedList SolrPluginUtils.doStandardDebug(SolrQueryRequest req, String userQuery, org.apache.lucene.search.Query query, DocList results, CommonParams params)
          Deprecated. Use doStandardDebug(SolrQueryRequest,String,Query,DocList) with setDefaults
static NamedList SolrPluginUtils.getExplainList(org.apache.lucene.search.Query query, DocList docs, SolrIndexSearcher searcher, IndexSchema schema)
          Deprecated. this returns the explanations as Strings, instead it is recommeded to use getExplanations and call toString() yourself, or use explanationsToNamedLists
static NamedList<org.apache.lucene.search.Explanation> SolrPluginUtils.getExplanations(org.apache.lucene.search.Query query, DocList docs, SolrIndexSearcher searcher, IndexSchema schema)
          Generates an NamedList of Explanations for each item in a list of docs.
static void SolrPluginUtils.optimizePreFetchDocs(DocList docs, org.apache.lucene.search.Query query, SolrQueryRequest req, SolrQueryResponse res)
          Pre-fetch documents into the index searcher's document cache.
 



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