[
https://issues.apache.org/jira/browse/NUTCH-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yossi Tamari updated NUTCH-2489:
--------------------------------
Attachment: ivy.xml.patch
This can be fixed by removing in ivy.xml:
{code:java}
conf="*->default"
{code}
Patch file attached.
> 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
> Attachments: ivy.xml.patch
>
>
> 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)