LUCENE-5989: fix CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672843 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2015-04-11 07:47:11 +00:00
parent 1e21a487d1
commit ad5ede168f
1 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,9 @@ New Features
geometry checks. Uses TwoPhaseIterator. (David Smiley)
* LUCENE-5989: Allow passing BytesRef to StringField to make it easier
to index arbitrary binary tokens (Mike McCandless)
to index arbitrary binary tokens, and change the experimental
StoredFieldVisitor.stringField API to take UTF-8 byte[] instead of
String (Mike McCandless)
Optimizations