mirror of https://github.com/apache/lucene.git
LUCENE-5604: move CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e71fc7dfe
commit
fa14856bc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue