mirror of https://github.com/apache/lucene.git
LUCENE-4542: move CHANGES.txt entry to the 4.4 section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1504561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
59a1435742
commit
dcd4d54d8a
|
@ -72,9 +72,6 @@ API Changes
|
|||
* LUCENE-5114: Remove unused boolean useCache parameter from
|
||||
TermsEnum.seekCeil and .seekExact (Mike McCandless)
|
||||
|
||||
* LUCENE-4542: HunspellStemFilter's maximum recursion level is now configurable.
|
||||
(Piotr, Rafał Kuć via Adrien Grand)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-5088: Added TermFilter to filter docs by a specific term.
|
||||
|
@ -353,6 +350,9 @@ API Changes
|
|||
longer needed. This method uses an internal reuseable reader, which was
|
||||
previously only used by the Field class. (Uwe Schindler, Robert Muir)
|
||||
|
||||
* LUCENE-4542: HunspellStemFilter's maximum recursion level is now configurable.
|
||||
(Piotr, Rafał Kuć via Adrien Grand)
|
||||
|
||||
Build
|
||||
|
||||
* LUCENE-4987: Upgrade randomized testing to version 2.0.10:
|
||||
|
|
Loading…
Reference in New Issue