You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2015/04/11 09:47:11 UTC

svn commit: r1672843 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: mikemccand
Date: Sat Apr 11 07:47:11 2015
New Revision: 1672843

URL: http://svn.apache.org/r1672843
Log:
LUCENE-5989: fix CHANGES entry

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1672843&r1=1672842&r2=1672843&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Sat Apr 11 07:47:11 2015
@@ -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