LUCENE-5911: Update trunk CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alan Woodward 2014-10-24 08:59:35 +00:00
parent c179a9bf94
commit ee2d2f3a26
1 changed files with 7 additions and 3 deletions

View File

@ -70,9 +70,6 @@ New Features
exiting requests that take too long to enumerate over terms. (Anshum Gupta, Steve Rowe,
Robert Muir)
* LUCENE-5911: Add MemoryIndex.freeze() to allow thread-safe searching over a
MemoryIndex. (Alan Woodward, David Smiley, Robert Muir)
* LUCENE-5969: Lucene 5.0 has a new index format with mismatched file detection,
improved exception handling, and indirect norms encoding for sparse fields.
(Mike McCandless, Ryan Ernst, Robert Muir)
@ -274,6 +271,13 @@ Other
* LUCENE-5915: Remove Pulsing postings format. (Robert Muir)
======================= Lucene 4.10.2 ======================
New features
* LUCENE-5911: Add MemoryIndex.freeze() to allow thread-safe searching over a
MemoryIndex. (Alan Woodward, David Smiley, Robert Muir)
======================= Lucene 4.10.1 ======================
Bug fixes