Yossi Tamari created NUTCH-2489:
-----------------------------------
Summary: Dependency collision with lucene-analyzers-common in
scoring-similarity plugin
Key: NUTCH-2489
URL: https://issues.apache.org/jira/browse/NUTCH-2489
Project: Nutch
Issue Type: Bug
Components: scoring
Affects Versions: 1.14
Reporter: Yossi Tamari
After updating to Master branch of 1.14, we get a few compile errors in
LuceneTokenizer.java and LuceneAnalyzerUtil.java:
{code:java}
Type mismatch: cannot convert from org.apache.lucene.analysis.CharArraySet to
org.apache.lucene.analysis.util.CharArraySet
{code}
This seems to be caused by the fact that scoring-similarity compiles with
lucene-analyzers-common-5.5.0.jar (from ivy.xml), but with lucene-core-6.4.1
instead of the matching 5.5.0.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)