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:45 UTC

[2/2] lucene-solr:master: 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/d243f35a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d243f35a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d243f35a

Branch: refs/heads/master
Commit: d243f35a5480163fb02e1d36541bf115cec35172
Parents: 0ef8e5a
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:45:24 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d243f35a/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 20f5111..9122b6d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -281,6 +281,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
 ----------------------