mirror of https://github.com/apache/lucene.git
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:
parent
310ded8ce8
commit
80bbaedfe7
|
@ -60,6 +60,10 @@ New Features
|
||||||
* LUCENE-152: Add KStem (light stemmer for English).
|
* LUCENE-152: Add KStem (light stemmer for English).
|
||||||
(Yonik Seeley via Robert Muir)
|
(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
|
API Changes
|
||||||
|
|
||||||
* LUCENE-3141: add getter method to access fragInfos in FieldFragList.
|
* LUCENE-3141: add getter method to access fragInfos in FieldFragList.
|
||||||
|
|
|
@ -60,11 +60,6 @@ Detailed Change List
|
||||||
New Features
|
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
|
* SOLR-571: The autowarmCount for LRUCaches (LRUCache and FastLRUCache) now
|
||||||
supports "percentages" which get evaluated relative the current size of
|
supports "percentages" which get evaluated relative the current size of
|
||||||
the cache when warming happens.
|
the cache when warming happens.
|
||||||
|
@ -262,6 +257,14 @@ Documentation
|
||||||
|
|
||||||
======================= 3.x (not yet released) ================
|
======================= 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
|
Bug Fixes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue