Re: Problem while extending TokenizerFactory in Solr 4.4.0

2014-09-11 Thread Francesco Valentini
I recompiled my classes with a public constructor and everything goes well. 2014-09-10 22:00 GMT+02:00 Erick Erickson : > Francesco: > > What was the fix? It'll help others with the same issue. > > On Wed, Sep 10, 2014 at 6:53 AM, Francesco Valentini > wrote: > > Hi Shawn, > > thank you v

Re: Problem while extending TokenizerFactory in Solr 4.4.0

2014-09-10 Thread Erick Erickson
Francesco: What was the fix? It'll help others with the same issue. On Wed, Sep 10, 2014 at 6:53 AM, Francesco Valentini wrote: > Hi Shawn, > thank you very much for your quick anwser, > I fixed it. > > Thanks > Francesco > > 2014-09-10 15:34 GMT+02:00 Shawn Heisey : > >> On 9/10/2014 7:14 A

Re: Problem while extending TokenizerFactory in Solr 4.4.0

2014-09-10 Thread Francesco Valentini
Hi Shawn, thank you very much for your quick anwser, I fixed it. Thanks Francesco 2014-09-10 15:34 GMT+02:00 Shawn Heisey : > On 9/10/2014 7:14 AM, Francesco Valentini wrote: > > I’m using Solr 4.4.0 distro and now, I have a strange issue while > > extending TokenizerFactory with a custom clas

Re: Problem while extending TokenizerFactory in Solr 4.4.0

2014-09-10 Thread Shawn Heisey
On 9/10/2014 7:14 AM, Francesco Valentini wrote: > I’m using Solr 4.4.0 distro and now, I have a strange issue while > extending TokenizerFactory with a custom class. I think what we have here is a basic Java error, nothing specific to Solr. This jumps out at me: Caused by: java.lang.NoSuchMet

Problem while extending TokenizerFactory in Solr 4.4.0

2014-09-10 Thread Francesco Valentini
Hi All, I’m using Solr 4.4.0 distro and now, I have a strange issue while extending TokenizerFactory with a custom class. This is an excerpt of pom I use: 4.4.0 org.apache.lucene *lucene*-core ${solr.version} org.apache.lucene *lucene*-anal