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: >

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 TokenizerFactor

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

R: Query parsing issue

2013-03-08 Thread Francesco Valentini
es by extending the "splitIntoClauses" method? Tomás On Wed, Mar 6, 2013 at 6:37 AM, Francesco Valentini < francesco.valent...@altiliagroup.com> wrote: > Hi, > > > > I’ve written my own analyzer to index and query a set of documents. At > indexing time eve

Query parsing issue

2013-03-06 Thread Francesco Valentini
Hi, I’ve written my own analyzer to index and query a set of documents. At indexing time everything goes well but now I have a problem in query phase. I need to pass the whole query string to my analyzer before the edismax query parser begins its tasks. In other words I have to prepro