tree: ff5ab7d4bfb4644734673d87dc8110d655ac9780 [path history] [tgz]
  1. src/
  2. build.gradle
  3. build.xml
  4. ivy.xml
  5. README.md
solr/contrib/analysis-extras/README.md

Apache Solr - Analysis Extras

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

It includes integration with ICU for multilingual support, analyzers for Chinese and Polish, and integration with OpenNLP for multilingual tokenization, part-of-speech tagging lemmatization, phrase chunking, and named-entity recognition.

Each of the jars below relies upon including /dist/solr-analysis-extras-X.Y.jar in the solrconfig.xml

  • ICU relies upon lucene-libs/lucene-analyzers-icu-X.Y.jar and lib/icu4j-X.Y.jar

  • Smartcn relies upon lucene-libs/lucene-analyzers-smartcn-X.Y.jar

  • Stempel relies on lucene-libs/lucene-analyzers-stempel-X.Y.jar

  • Morfologik relies on lucene-libs/lucene-analyzers-morfologik-X.Y.jar and lib/morfologik-*.jar

  • OpenNLP relies on lucene-libs/lucene-analyzers-opennlp-X.Y.jar and lib/opennlp-*.jar