mirror of https://github.com/apache/lucene.git
migrate changes from 3.x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1156054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06ffbbdc1e
commit
8c83a10317
|
@ -512,6 +512,10 @@ Bug fixes
|
|||
after another with 0 posIncr. (David Smiley, Kurosaka Teruhiko via Mike
|
||||
McCandless)
|
||||
|
||||
* LUCENE-3348: Fix thread safety hazards in IndexWriter that could
|
||||
rarely cause deletions to be incorrectly applied. (Yonik Seeley,
|
||||
Simon Willnauer, Mike McCandless)
|
||||
|
||||
======================= Lucene 3.x (not yet released) ================
|
||||
|
||||
Bug fixes
|
||||
|
@ -548,9 +552,8 @@ Bug fixes
|
|||
lucene version, you get the old buggy behavior for backwards compatibility.
|
||||
(Trejkaz, Robert Muir)
|
||||
|
||||
* LUCENE-3348: Fix thread safety hazards in IndexWriter that could
|
||||
rarely cause deletions to be incorrectly applied. (Yonik Seeley,
|
||||
Simon Willnauer, Mike McCandless)
|
||||
* LUCENE-3368: IndexWriter commits segments without applying their buffered
|
||||
deletes when flushing concurrently. (Simon Willnauer, Mike McCandless)
|
||||
|
||||
* LUCENE-3365: Create or Append mode determined before obtaining write lock
|
||||
can cause IndexWriter overriding an existing index.
|
||||
|
|
Loading…
Reference in New Issue