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 2014/04/16 13:34:19 UTC

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

Author: mikemccand
Date: Wed Apr 16 11:34:19 2014
New Revision: 1587875

URL: http://svn.apache.org/r1587875
Log:
LUCENE-5604: move 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=1587875&r1=1587874&r2=1587875&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Wed Apr 16 11:34:19 2014
@@ -79,11 +79,6 @@ API Changes
   IndexOutput.getFilePointer instead) and IndexOutput.setLength.
   (Mike McCandless)
 
-* LUCENE-5604: Switched BytesRef.hashCode to MurmurHash3 (32 bit).
-  TermToBytesRefAttribute.fillBytesRef no longer returns the hash
-  code.  BytesRefHash now uses MurmurHash3 for its hashing.  (Robert
-  Muir, Mike McCandless)
-
 Optimizations
 
 * LUCENE-5603: hunspell stemmer more efficiently strips prefixes
@@ -236,6 +231,11 @@ API Changes
 * LUCENE-5573: Move docvalues constants and helper methods to o.a.l.index.DocValues.
   (Dawid Weiss, Robert Muir)
 
+* LUCENE-5604: Switched BytesRef.hashCode to MurmurHash3 (32 bit).
+  TermToBytesRefAttribute.fillBytesRef no longer returns the hash
+  code.  BytesRefHash now uses MurmurHash3 for its hashing.  (Robert
+  Muir, Mike McCandless)
+
 Optimizations
 
 * LUCENE-5468: HunspellStemFilter uses 10 to 100x less RAM. It also loads