mirror of https://github.com/apache/lucene.git
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:
parent
c179a9bf94
commit
ee2d2f3a26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue