LUCENE_3135, SOLR-2378: update CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-06-02 15:54:49 +00:00
parent 310ded8ce8
commit 80bbaedfe7
2 changed files with 12 additions and 5 deletions

View File

@ -59,6 +59,10 @@ New Features
* LUCENE-152: Add KStem (light stemmer for English).
(Yonik Seeley via Robert Muir)
* LUCENE-3135: Add suggesters (autocomplete) to contrib/spellchecker,
with three implementations: Jaspell, Ternary Trie, and Finite State.
(Andrzej Bialecki, Dawid Weiss, Mike Mccandless, Robert Muir)
API Changes

View File

@ -59,11 +59,6 @@ Detailed Change List
New Features
----------------------
* SOLR-2378: A new, automaton-based, implementation of suggest (autocomplete)
component, offering an order of magnitude smaller memory consumption
compared to ternary trees and jaspell and very fast lookups at runtime.
(Dawid Weiss)
* SOLR-571: The autowarmCount for LRUCaches (LRUCache and FastLRUCache) now
supports "percentages" which get evaluated relative the current size of
@ -262,6 +257,14 @@ Documentation
======================= 3.x (not yet released) ================
New Features
----------------------
* SOLR-2378: A new, automaton-based, implementation of suggest (autocomplete)
component, offering an order of magnitude smaller memory consumption
compared to ternary trees and jaspell and very fast lookups at runtime.
(Dawid Weiss)
Bug Fixes
----------------------