mirror of https://github.com/apache/lucene.git
LUCENE-3030: add missing CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d996a35681
commit
29a3b35135
|
@ -1312,6 +1312,13 @@ New features
|
|||
* LUCENE-4108: add replaceTaxonomy to DirectoryTaxonomyWriter, which replaces
|
||||
the taxonomy in place with the given one. (Shai Erera)
|
||||
|
||||
* LUCENE-3030: new BlockTree terms dictionary (used by the default
|
||||
Lucene40 postings format) uses less RAM (for the terms index) and
|
||||
disk space (for all terms and metadata) and gives sizable
|
||||
performance gains for terms dictionary intensive operations like
|
||||
FuzzyQuery, direct spell checker and primary-key lookup (Mike
|
||||
McCandless).
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-2588: Don't store unnecessary suffixes when writing the terms
|
||||
|
|
Loading…
Reference in New Issue