lucene/solr/contrib/analysis-extras
Robert Muir e33484e615 add empty 3.2 section to CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1078614 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06 22:38:05 +00:00
..
lib add xyz-LICENSE.txt for all third party jars 2011-03-06 16:50:22 +00:00
src LUCENE-2611: removing solr/contrib/analysis-extras/src/test/test-files/ after copying it up one level 2011-01-02 10:04:00 +00:00
CHANGES.txt add empty 3.2 section to CHANGES 2011-03-06 22:38:05 +00:00
README.txt SOLR-2210: add factories for icu analyzers 2010-11-02 12:03:18 +00:00
build.xml LUCENE-2609: Generate jar containing test classes (trunk) 2011-02-06 19:48:54 +00:00

README.txt

The analysis-extras plugin provides additional analyzers that rely
upon large dependencies/dictionaries.

It includes integration with ICU for multilingual support, and 
analyzers for Chinese and Polish.

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