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 19:43:59 UTC

[2/2] lucene-solr:branch_6x: SOLR-10833: Updated CHANGES to include SOLR-10833

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/5e438bbe
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5e438bbe
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5e438bbe

Branch: refs/heads/branch_6x
Commit: 5e438bbe2783f8fc16da41d660fde7c7d65d7e3e
Parents: 5835dcb
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 12:42:40 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5e438bbe/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0ba7795..b1d08e6 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -124,6 +124,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
 ----------------------