mirror of https://github.com/apache/lucene.git
LUCENE-5493: add CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5493@1574972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cee0e37635
commit
740034cdc1
|
@ -99,6 +99,10 @@ New Features
|
|||
* LUCENE-5224: Add iconv, oconv, and ignore support to HunspellStemFilter.
|
||||
(Robert Muir)
|
||||
|
||||
* LUCENE-5493: SortingMergePolicy, and EarlyTerminatingSortingCollector
|
||||
support arbitrary Sort specifications.
|
||||
(Robert Muir, Mike McCandless, Adrien Grand)
|
||||
|
||||
API Changes
|
||||
|
||||
* LUCENE-5454: Add RandomAccessOrds, an optional extension of SortedSetDocValues
|
||||
|
@ -106,6 +110,12 @@ API Changes
|
|||
|
||||
* LUCENE-5468: Move offline Sort (from suggest module) to OfflineSort. (Robert Muir)
|
||||
|
||||
* LUCENE-5493: SortingMergePolicy and EarlyTerminatingSortingCollector take
|
||||
Sort instead of Sorter. BlockJoinSorter is removed, replaced with
|
||||
BlockJoinComparatorSource, which can take a Sort for ordering of parents
|
||||
and a separate Sort for ordering of children within a block.
|
||||
(Robert Muir, Mike McCandless, Adrien Grand)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-5468: HunspellStemFilter uses 10 to 100x less RAM. It also loads
|
||||
|
|
Loading…
Reference in New Issue