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/16 01:01:51 UTC

svn commit: r1092841 - /lucene/dev/trunk/solr/CHANGES.txt

Author: yonik
Date: Fri Apr 15 23:01:50 2011
New Revision: 1092841

URL: http://svn.apache.org/viewvc?rev=1092841&view=rev
Log:
doc: keep CHANGES in sync w/ 3x

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1092841&r1=1092840&r2=1092841&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Apr 15 23:01:50 2011
@@ -256,6 +256,14 @@ 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)
+
+* SOLR-2469: When using java replication with replicateAfter=startup, the first
+  commit point on server startup is never removed. (yonik)
+
+
+
 Other Changes
 ----------------------