Uses of Class
org.apache.solr.search.DocListAndSet

Packages that use DocListAndSet
org.apache.solr.search   
 

Uses of DocListAndSet in org.apache.solr.search
 

Methods in org.apache.solr.search that return DocListAndSet
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, DocSet filter, Sort lsort, int offset, int len)
          Returns documents matching both query and filter and sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, DocSet filter, Sort lsort, int offset, int len, int flags)
          Returns documents matching both query and filter and sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, List<Query> filterList, Sort lsort, int offset, int len)
          Returns documents matching both query and the intersection of filterList, sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, List<Query> filterList, Sort lsort, int offset, int len, int flags)
          Returns documents matching both query and the intersection of filterList, sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, Query filter, Sort lsort, int offset, int len)
          Returns documents matching both query and filter and sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, Query filter, Sort lsort, int offset, int len, int flags)
          Returns documents matching both query and filter and sorted by sort.
 



Copyright © 2006 - 2009 The Apache Software Foundation