Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.6, 6.6.6, 7.7, 7.7.1, 8.0
-
None
Description
First of all, the documentation is wrong. For example https://lucene.apache.org/solr/guide/7_7/language-analysis.html#ukrainian
dictionary(required) lemmatizer dictionary - the lucene-analyzers-morfologik jar contains a Ukrainian dictionary at org/apache/lucene/analysis/uk/ukrainian.dict.
<filter class="solr.MorfologikFilterFactory" dictionary="org/apache/lucene/analysis/uk/ukrainian.dict"/>
Both parts are wrong. There's no ukrainian.dict at this path. I assume that this is caused by the commit of LUCENE-7785.
So I know that the dictionary has been moved but I can't find it anywhere in the distribution download!
Unfortunately adding custom jars to a hosted Solr environment is not possible and therefore existing installations could not be upgraded.
Attachments
Issue Links
- is related to
-
SOLR-13452 Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.
- Closed