mirror of https://github.com/apache/lucene.git
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:
parent
1e21a487d1
commit
ad5ede168f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue