Re: Contextual Synonym Filter

2018-09-05 Thread Ryan Yacyshyn
in the > wrong path > > Best, > Andrea > > On 03/09/2018 15:41, Vergantini Luca wrote: > > > > I need to create a contextual Synonym Filter: > > > > I need that the Synonym Filter load different synonym configuration > > based on the fq query parameter. >

Re: Contextual Synonym Filter

2018-09-03 Thread Andrea Gazzarini
absolutely in the wrong path Best, Andrea On 03/09/2018 15:41, Vergantini Luca wrote: I need to create a contextual Synonym Filter: I need that the Synonym Filter load different synonym configuration based on the fq query parameter. I’ve already modified the SynonymGraphFilterFactory to lo

Contextual Synonym Filter

2018-09-03 Thread Vergantini Luca
I need to create a contextual Synonym Filter: I need that the Synonym Filter load different synonym configuration based on the fq query parameter. I've already modified the SynonymGraphFilterFactory to load from DB (this is another requirement) but I can't understand how to m

Re: Contextual Synonym Filter

2018-08-17 Thread Doug Turnbull
Would one option be to change the query analyzer at query time? The Match Query Parser (https://github.com/o19s/match-query-parser), would let you do this -Doug On Fri, Aug 17, 2018 at 8:04 AM Vergantini Luca wrote: > I need to create a contextual Synonym Filter: > > > >

RE: Contextual Synonym Filter

2018-08-17 Thread Markus Jelsma
on how to do it, e.g. reconstructing the existing analyzer but without the StopFilter based on some parameter. Regards, Markus -Original message- > From:Vergantini Luca > Sent: Friday 17th August 2018 14:04 > To: solr-user@lucene.apache.org > Subject: Contextual Synonym F

Contextual Synonym Filter

2018-08-17 Thread Vergantini Luca
I need to create a contextual Synonym Filter: I need that the Synonym Filter load different synonym configuration based on the fq query parameter. I've already modified the SynonymGraphFilterFactory to load from DB (this is another requirement) but I can't understand how to m