lucene/solr/contrib/analysis-extras
Steven Rowe 9772db3703 SOLR-2659: Moved src/test-files/** under src/test-files/<module-name>/** for all Solr modules except core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149600 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 13:24:17 +00:00
..
lib LUCENE-3149: upgrade icu to 4.8 2011-06-02 08:58:34 +00:00
src SOLR-2659: Moved src/test-files/** under src/test-files/<module-name>/** for all Solr modules except core 2011-07-22 13:24:17 +00:00
CHANGES.txt bump 3.3-dev to 3.4-dev 2011-06-22 09:31:18 +00:00
README.txt SOLR-2210: add factories for icu analyzers 2010-11-02 12:03:18 +00:00
build.xml SOLR-2452: merged with trunk up r1144161; applied the svn movement script and the latest version of the post-svn-movement patch 2011-07-08 06:41:23 +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