2010-11-02 08:03:18 -04:00
|
|
|
The analysis-extras plugin provides additional analyzers that rely
|
|
|
|
upon large dependencies/dictionaries.
|
|
|
|
|
|
|
|
It includes integration with ICU for multilingual support, and
|
2012-02-01 08:01:44 -05:00
|
|
|
analyzers for Chinese and Polish.
|
2010-11-02 08:03:18 -04:00
|
|
|
|
|
|
|
Relies upon the following lucene components (in lucene-libs/):
|
|
|
|
|
|
|
|
* lucene-analyzers-icu-X.Y.jar
|
|
|
|
* lucene-analyzers-smartcn-X.Y.jar
|
|
|
|
* lucene-analyzers-stempel-X.Y.jar
|
|
|
|
|
|
|
|
And the ICU library (in lib/):
|
|
|
|
|
|
|
|
* icu4j-X.Y.jar
|
2012-01-12 15:10:48 -05:00
|
|
|
|