lucene/solr/contrib/analysis-extras
Robert Muir 6df50d5486 SOLR-2921: enable multitermqueries for these filters too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304059 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 21:03:58 +00:00
..
lib LUCENE-3521: upgrade icu jar to 4.8.1.1 / remove lucenetestcase hack 2011-10-15 21:48:50 +00:00
src SOLR-2921: enable multitermqueries for these filters too 2012-03-22 21:03:58 +00:00
CHANGES.txt SOLR-3056: support kuromoji in core 2012-02-01 13:01:44 +00:00
README.txt SOLR-3056: support kuromoji in core 2012-02-01 13:01:44 +00:00
build.xml SOLR-3056: support kuromoji in core 2012-02-01 13:01:44 +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