You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2015/08/05 15:46:22 UTC

svn commit: r1694214 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/CHANGES.txt

Author: varun
Date: Wed Aug  5 13:46:21 2015
New Revision: 1694214

URL: http://svn.apache.org/r1694214
Log:
SOLR-7818 SOLR-7756 Added better descriptions in the CHANGES entry for these two issues (merged from trunk r1694213)

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1694214&r1=1694213&r2=1694214&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Wed Aug  5 13:46:21 2015
@@ -205,11 +205,11 @@ Bug Fixes
 
 * SOLR-6357: Allow delete documents by doing a score join query. (Mikhail Khludnev, Timothy Potter)
 
-* SOLR-7756: ExactStatsCache and LRUStatsCache will throw an NPE when a term is not present on a shard.
+* SOLR-7756: Fixed ExactStatsCache and LRUStatsCache to not throw an NPE when a term is not present on a shard.
   (Varun Thacker, Anshum Gupta)
 
-* SOLR-7818: Distributed stats is only calculated with the terms that are present in the last shard
-  of a distributed request. (Varun Thacker, Anshum Gupta)
+* SOLR-7818: Fixed distributed stats to be calculated for all the query terms. Earlier the stats were calculated with
+  the terms that are present in the last shard of a distributed request. (Varun Thacker, Anshum Gupta)
 
 Optimizations
 ----------------------