mirror of https://github.com/apache/lucene.git
LUCENE-3523: Fix CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
642b882d5a
commit
0288525eec
|
@ -883,6 +883,10 @@ New features
|
|||
* LUCENE-4043: Added scoring support via score mode for query time joining.
|
||||
(Martijn van Groningen, Mike McCandless)
|
||||
|
||||
* LUCENE-3523: Added oal.search.spell.WordBreakSpellChecker, which
|
||||
generates suggestions by combining two or more terms and/or
|
||||
breaking terms into multiple words. See Javadocs for usage. (James Dyer)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-2588: Don't store unnecessary suffixes when writing the terms
|
||||
|
@ -4148,10 +4152,6 @@ New features
|
|||
passed to not double RAM usage in the FieldCache. (Chris
|
||||
Hostetter, Mark Miller, Mike McCandless)
|
||||
|
||||
* LUCENE-3523: Added oal.search.spell.WordBreakSpellChecker, which
|
||||
generates suggestions by combining two or more terms and/or
|
||||
breaking terms into multiple words. See Javadocs for usage. (James Dyer)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-1427: Fixed QueryWrapperFilter to not waste time computing
|
||||
|
|
Loading…
Reference in New Issue