mirror of https://github.com/apache/lucene.git
SOLR-2982: add CHANGES.txt entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1225231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e2f81e84f2
commit
b685c0baaa
|
@ -99,6 +99,9 @@ New Features
|
|||
* LUCENE-3596: DirectoryTaxonomyWriter extensions can override createIndexWriterConfig()
|
||||
and modify how its internal index writer is opened. (Doron Cohen)
|
||||
|
||||
* SOLR-2982: Added phonetic encoders to contrib/analyzers/phonetic:
|
||||
Metaphone, Soundex, Caverphone, Beider-Morse, etc. (Robert Muir)
|
||||
|
||||
API Changes
|
||||
|
||||
* LUCENE-3596: DirectoryTaxonomyWriter.openIndexWriter() now takes an
|
||||
|
|
|
@ -416,6 +416,8 @@ New Features
|
|||
* SOLR-2919: Added support for localized range queries when the analysis chain uses
|
||||
CollationKeyFilter or ICUCollationKeyFilter. (Michael Sokolov, rmuir)
|
||||
|
||||
* SOLR-2982: Added BeiderMorseFilterFactory for Beider-Morse (BMPM) phonetic encoder. Upgrades
|
||||
commons-codec to version 1.6 (Brooke Schreier Ganz, rmuir)
|
||||
|
||||
Bug Fixes
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue