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
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
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,
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
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,
>
>
>
> Ive written my own analyzer to index and query a set of documents. At
> indexing time eve