mirror of https://github.com/apache/lucene.git
Change entry to reflect that LUCENE-7087 has been backported to 6.0
This commit is contained in:
parent
bd87ca0c4d
commit
13ce0815a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue