mirror of https://github.com/apache/lucene.git
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:
parent
207f91613e
commit
d1bf1ca14a
|
@ -165,8 +165,6 @@ 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
|
||||
----------------------
|
||||
|
||||
|
@ -186,6 +184,8 @@ Optimizations
|
|||
equal to the string.length().
|
||||
(yonik, Steve Rowe, shalin)
|
||||
|
||||
* SOLR-7983: Utils.toUTF8 uses larger buffer than necessary for holding UTF8 data. (shalin)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue