You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2016/02/29 18:16:12 UTC

lucene-solr git commit: SOLR-8671: Added note about date stats 'sum' now using double in the upgrade section

Repository: lucene-solr
Updated Branches:
  refs/heads/master 20b7453cc -> a0e72f10a


SOLR-8671: Added note about date stats 'sum' now using double in the upgrade section


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a0e72f10
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a0e72f10
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a0e72f10

Branch: refs/heads/master
Commit: a0e72f10a8625c2158a24fe664b711b43d2fdec1
Parents: 20b7453
Author: Tomás Fernández Löbbe <tf...@apache.org>
Authored: Mon Feb 29 09:16:01 2016 -0800
Committer: Tomás Fernández Löbbe <tf...@apache.org>
Committed: Mon Feb 29 09:16:01 2016 -0800

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a0e72f10/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 68a35ce..99ae09e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -80,6 +80,8 @@ Upgrading from Solr 5.x
 
 * SOLR-8698: 'useParams' attribute specified in request handler cannot be overridden from request params
 
+* When requesting stats in date fields, "sum" is now a double value instead of a date. See SOLR-8671
+
 Detailed Change List
 ----------------------