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 2017/06/13 18:00:16 UTC

lucene-solr:master: SOLR-10833: Updated CHANGES to include SOLR-10833

Repository: lucene-solr
Updated Branches:
  refs/heads/master 6396cb759 -> 061a768d8


SOLR-10833: Updated CHANGES to include SOLR-10833


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

Branch: refs/heads/master
Commit: 061a768d873b9c7c75b635beee3effef6e66bb2f
Parents: 6396cb7
Author: Tomas Fernandez Lobbe <tf...@apache.org>
Authored: Tue Jun 13 10:57:45 2017 -0700
Committer: Tomas Fernandez Lobbe <tf...@apache.org>
Committed: Tue Jun 13 10:57:45 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/061a768d/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c1c7293..7468fc3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -370,6 +370,9 @@ Bug Fixes
 
 * SOLR-10704: REPLACENODE may cause data loss when replicationFactor is 1. (ab, shalin)
 
+* SOLR-10833: Point numeric fields should throw SolrException(BAD_REQUEST) for malformed numbers in queries.
+              Trie numeric fields should throw SolrException(BAD_REQUEST) for malformed docValues range queries.
+  (hossman, Tomás Fernández Löbbe)
 
 Optimizations
 ----------------------