mirror of https://github.com/apache/lucene.git
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:
parent
05b7822170
commit
8b7d25769b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue