SOLR-7983: Fixing changelog entry and moving it to optimizations section

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-08-27 14:26:32 +00:00
parent 207f91613e
commit d1bf1ca14a

View File

@ -165,8 +165,6 @@ Bug Fixes
of stats.field to prevent ArrayIndexOutOfBoundsException in a distributed search when a large precision 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) 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 Optimizations
---------------------- ----------------------
@ -186,6 +184,8 @@ Optimizations
equal to the string.length(). equal to the string.length().
(yonik, Steve Rowe, shalin) (yonik, Steve Rowe, shalin)
* SOLR-7983: Utils.toUTF8 uses larger buffer than necessary for holding UTF8 data. (shalin)
Other Changes Other Changes
---------------------- ----------------------