mirror of https://github.com/apache/lucene.git
LUCENE-2960: move CHANGES entry to the right place
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bfad5f34f8
commit
726c6865b3
|
@ -362,10 +362,6 @@ Bug fixes
|
|||
* LUCENE-2936: PhraseQuery score explanations were not correctly
|
||||
identifying matches vs non-matches. (hossman)
|
||||
|
||||
* LUCENE-2960: Allow some changes to IndexWriterConfig to take effect
|
||||
"live" (after an IW is instantiated), via
|
||||
IndexWriter.getConfig().setXXX(...) (Shay Banon, Mike McCandless)
|
||||
|
||||
======================= Lucene 3.x (not yet released) =======================
|
||||
|
||||
(No changes)
|
||||
|
@ -527,6 +523,10 @@ Changes in runtime behavior
|
|||
* LUCENE-2010: Segments with 100% deleted documents are now removed on
|
||||
IndexReader or IndexWriter commit. (Uwe Schindler, Mike McCandless)
|
||||
|
||||
* LUCENE-2960: Allow some changes to IndexWriterConfig to take effect
|
||||
"live" (after an IW is instantiated), via
|
||||
IndexWriter.getConfig().setXXX(...) (Shay Banon, Mike McCandless)
|
||||
|
||||
API Changes
|
||||
|
||||
* LUCENE-2076: Rename FSDirectory.getFile -> getDirectory. (George
|
||||
|
|
Loading…
Reference in New Issue