LUCENE-1965, LUCENE-1962: Added possible performance improvments for Persian-, Arabic- and SmartChineseAnalyzer to changes.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@823294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2009-10-08 19:48:28 +00:00
parent 05b7822170
commit 8b7d25769b
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ New features
Optimizations
* LUCENE-1965, LUCENE-1962: Arabic-, Persian- and SmartChineseAnalyzer
loads default stopwords only once if accessed for the first time.
Previous versions where loading the stopword files each time a new
instance was created. This might improve performance for applications
creating lots of instances of these Analyzers. (Simon Willnauer)
Documentation
* LUCENE-1916: Translated documentation in the smartcn hhmm package.