[jira] [Commented] (NUTCH-2489) Dependency collision with lucene-analyzers-common in scoring-similarity plugin

2017-12-28 Thread Yossi Tamari (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305636#comment-16305636 ] Yossi Tamari commented on NUTCH-2489: - Upgrading the dependency to lucene-analyzers-co

[jira] [Comment Edited] (NUTCH-2489) Dependency collision with lucene-analyzers-common in scoring-similarity plugin

2017-12-28 Thread Yossi Tamari (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305594#comment-16305594 ] Yossi Tamari edited comment on NUTCH-2489 at 12/28/17 5:28 PM: -

[jira] [Updated] (NUTCH-2489) Dependency collision with lucene-analyzers-common in scoring-similarity plugin

2017-12-28 Thread Yossi Tamari (JIRA)
[ 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" {

[jira] [Created] (NUTCH-2489) Dependency collision with lucene-analyzers-common in scoring-similarity plugin

2017-12-28 Thread Yossi Tamari (JIRA)
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: N

RE: RE: Eclipse problems cannot convert from org.apache.lucene.analysis.CharArraySet to org.apache.lucene.analysis.util.CharArraySet 

2017-12-28 Thread Yossi Tamari
I reproduced the problem. Will open a ticket and a PR soon. > -Original Message- > From: Semyon Semyonov [mailto:semyon.semyo...@mail.com] > Sent: 28 December 2017 17:23 > To: dev@nutch.apache.org > Subject: Re: RE: Eclipse problems cannot convert from > org.apache.lucene.analysis.CharArra

Re: RE: Eclipse problems cannot convert from org.apache.lucene.analysis.CharArraySet to org.apache.lucene.analysis.util.CharArraySet 

2017-12-28 Thread Semyon Semyonov
Hi Yossi, Unfortunately, it didnt work. Can somebody reproduce the bug? Semyon. Sent: Thursday, December 28, 2017 at 4:10 PM From: "Yossi Tamari" To: dev@nutch.apache.org Subject: RE: Eclipse problems cannot convert from org.apache.lucene.analysis.CharArraySet to org.apache.lucene.analysis.ut

RE: Eclipse problems cannot convert from org.apache.lucene.analysis.CharArraySet to org.apache.lucene.analysis.util.CharArraySet 

2017-12-28 Thread Yossi Tamari
Hi Semyon, Just an idea, but try closing Eclipse, running `ant eclipse` and then starting Eclipse again. (This could be caused by having old versions of 3rd party jars in the plugin dependencies.) Yossi. > -Original Message- > From: Semyon Semyonov [mailto:semyon.semyo...@mail.

Eclipse problems cannot convert from org.apache.lucene.analysis.CharArraySet to org.apache.lucene.analysis.util.CharArraySet 

2017-12-28 Thread Semyon Semyonov
Hello all, I have updated to the latest master and now I have the following errors in Eclipse:   Description    Resource    Path    Location    Type Type mismatch: cannot convert from org.apache.lucene.analysis.CharArraySet to org.apache.lucene.analysis.util.CharArraySet    LuceneAnalyzerUtil.ja

[jira] [Commented] (NUTCH-2455) Speed up the merging of HostDb entries for variable fetch delay

2017-12-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305322#comment-16305322 ] ASF GitHub Bot commented on NUTCH-2455: --- okedoki commented on issue #254: fix for NU