SOLR-10833: Updated CHANGES to include SOLR-10833

This commit is contained in:
Tomas Fernandez Lobbe 2017-06-13 10:57:45 -07:00
parent 6396cb759f
commit 061a768d87
1 changed files with 3 additions and 0 deletions

View File

@ -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
----------------------