diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 202ba78d0ec..79d1a25bd81 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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 ----------------------