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 erickerick...@gmail.com: Francesco: What was the fix? It'll help others with the same issue. On Wed, Sep 10, 2014 at 6:53 AM, Francesco Valentini valentin

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: properties solr.version4.4.0/solr.version /properties dependency groupIdorg.apache.lucene/groupId

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 s...@elyograg.org: 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

R: Query parsing issue

2013-03-08 Thread Francesco Valentini
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 everything goes well but now I have a problem in query phase

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