mirror of https://github.com/apache/lucene.git
Revert backport
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634051 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
996bf1412b
commit
bd68541c0f
|
@ -70,6 +70,9 @@ New Features
|
||||||
exiting requests that take too long to enumerate over terms. (Anshum Gupta, Steve Rowe,
|
exiting requests that take too long to enumerate over terms. (Anshum Gupta, Steve Rowe,
|
||||||
Robert Muir)
|
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,
|
* LUCENE-5969: Lucene 5.0 has a new index format with mismatched file detection,
|
||||||
improved exception handling, and indirect norms encoding for sparse fields.
|
improved exception handling, and indirect norms encoding for sparse fields.
|
||||||
(Mike McCandless, Ryan Ernst, Robert Muir)
|
(Mike McCandless, Ryan Ernst, Robert Muir)
|
||||||
|
@ -271,13 +274,6 @@ Other
|
||||||
|
|
||||||
* LUCENE-5915: Remove Pulsing postings format. (Robert Muir)
|
* 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 ======================
|
======================= Lucene 4.10.1 ======================
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
|
|
Loading…
Reference in New Issue