From fa14856bc831a4fb303701f52f1a4b0738f5fa1c Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Wed, 16 Apr 2014 11:34:19 +0000 Subject: [PATCH] LUCENE-5604: move CHANGES entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587875 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6765536b619..87215a3e934 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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