SOLR-7983: Adding changelog entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-08-27 14:17:42 +00:00
parent f8eaccd19f
commit 207f91613e
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ Bug Fixes
of stats.field to prevent ArrayIndexOutOfBoundsException in a distributed search when a large precision
is selected and a large number of values exist in each shard (hossman)
* SOLR-7983: Utils.toUTF8 uses shorter buffer than necessary for holding UTF8 data. (shalin)
Optimizations
----------------------