You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/04/11 17:32:24 UTC

svn commit: r1091101 - /lucene/dev/branches/branch_3x/solr/CHANGES.txt

Author: yonik
Date: Mon Apr 11 15:32:23 2011
New Revision: 1091101

URL: http://svn.apache.org/viewvc?rev=1091101&view=rev
Log:
SOLR-2464: dont' try to create scorer for each doc if null was returned the first time

Modified:
    lucene/dev/branches/branch_3x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/CHANGES.txt?rev=1091101&r1=1091100&r2=1091101&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/CHANGES.txt Mon Apr 11 15:32:23 2011
@@ -53,6 +53,9 @@ Bug Fixes
 * SOLR-2455: Prevent double submit of forms in admin interface.
   (Jeffrey Chang via uschindler)
 
+* SOLR-2464: Fix potential slowness in QueryValueSource (the query() function) when
+  the query is very sparse and may not match any documents in a segment. (yonik)
+
 Other Changes
 ----------------------