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

[2/2] lucene-solr:branch_7x: SOLR-12271: Updating changes.txt

SOLR-12271: Updating changes.txt


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

Branch: refs/heads/branch_7x
Commit: 528b96540e4d65ff69bc4f2d6e0f78615c5e317e
Parents: a02876c
Author: Houston Putman <hp...@bloomberg.net>
Authored: Wed Apr 25 15:11:45 2018 +0000
Committer: Dennis Gove <dp...@gmail.com>
Committed: Wed May 30 11:46:25 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/528b9654/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 1b8925e..dba9d90 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -258,6 +258,8 @@ Bug Fixes
 
 * SOLR-12417: velocity response writer should enforce valid function name for v.json parameter (yonik)
 
+* SOLR-12271: Fixed bug in how Analytics component reads negative values from float and double fields. (Houston Putman)
+
 Optimizations
 ----------------------