You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2007/10/25 17:39:57 UTC

svn commit: r588258 - /lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java

Author: yonik
Date: Thu Oct 25 08:39:56 2007
New Revision: 588258

URL: http://svn.apache.org/viewvc?rev=588258&view=rev
Log:
comments

Modified:
    lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java

Modified: lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java?rev=588258&r1=588257&r2=588258&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java Thu Oct 25 08:39:56 2007
@@ -709,6 +709,9 @@
 
   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;