git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588258 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2007-10-25 15:39:56 +00:00
parent 2d07595bc6
commit e94db661e5
1 changed files with 3 additions and 0 deletions

View File

@ -709,6 +709,9 @@ public class SolrIndexSearcher extends Searcher implements SolrInfoMBean {
public static final int GET_SCORES = 0x01;
/** getDocList version that uses+populates query and filter caches.
* This should only be called using either filterList or filter, but not both.
*/
private void getDocListC(DocListAndSet out, Query query, List<Query> filterList, DocSet filter, Sort lsort, int offset, int len, int flags) throws IOException {
QueryResultKey key=null;
int maxDoc = offset + len;