Change entry to reflect that LUCENE-7087 has been backported to 6.0

This commit is contained in:
Martijn van Groningen 2016-03-15 09:49:17 +01:00 committed by Martijn van Groningen
parent bd87ca0c4d
commit 13ce0815a7
1 changed files with 3 additions and 5 deletions

View File

@ -21,11 +21,6 @@ Optimizations
* LUCENE-7097: IntroSorter now recurses to 2 * log_2(count) quicksort
stack depth before switching to heapsort (Adrien Grand, Mike McCandless)
Other
* LUCENE-7087: Let MemoryIndex#fromDocument(...) accept 'Iterable<? extends IndexableField>'
as document instead of 'Document'. (Martijn van Groningen)
======================= Lucene 6.0.0 =======================
System Requirements
@ -198,6 +193,9 @@ Other
* LUCENE-7035: Upgrade icu4j to 56.1/unicode 8. (Robert Muir)
* LUCENE-7087: Let MemoryIndex#fromDocument(...) accept 'Iterable<? extends IndexableField>'
as document instead of 'Document'. (Martijn van Groningen)
======================= Lucene 5.5.0 =======================
New Features