lucene/solr/contrib/analysis-extras
Steven Rowe 4eeee5c147 SOLR-2452: merged with trunk up to r1130696; finished Solr contrib layout switch (src/main/java/ => src/java/, etc.) in the Maven, Eclipse, and IntelliJ configurations; restored two directories that were dropped as part of the layout switch: solr/contrib/dataimporthandler/src/main/webapp/ => src/webapp/, and solr/contrib/uima/src/main/resources => src/resources/; added jetty.insecurerandom sysprop setting to test-macro in lucene/common-build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1130815 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 21:15:00 +00:00
..
lib LUCENE-3149: upgrade icu to 4.8 2011-06-02 08:58:34 +00:00
src SOLR-2452: Merged up to trunk r1126232; adjusted solr/config/analysis-extras/ directory structure to match other solr contribs; updated configuration for maven and intellij idea. 2011-05-22 21:45:19 +00:00
CHANGES.txt SOLR-2559: all solr contrib CHANGES.txt have 3.2-dev as the release header 2011-05-30 22:53:19 +00:00
README.txt SOLR-2210: add factories for icu analyzers 2010-11-02 12:03:18 +00:00
build.xml SOLR-2279: use Lucene's MockDirectoryWrapper in Solr tests 2011-06-01 08:22: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