Re: Proper Use of SynonymGraphFilter

2017-02-14 Thread Michael McCandless
That's right. And just be aware of the tradeoffs you're making so you make an informed decision. Mike McCandless http://blog.mikemccandless.com On Mon, Feb 13, 2017 at 6:19 PM, Corbin, J.D. wrote: > Hi Mike, > > Thanks for the response, > > Sounds like I was using it incorrectly by specifying

Re: Proper Use of SynonymGraphFilter

2017-02-13 Thread Corbin, J.D.
Hi Mike, Thanks for the response, Sounds like I was using it incorrectly by specifying the SynonymGraphFilter at query time AND SynonymGraphFilter followed by FlattenGraphFilter at index time. I need to specify one or the other. J.D. J.D. Corbin Senior Research Engineer Advanced Computing &

Re: Proper Use of SynonymGraphFilter

2017-02-13 Thread Michael McCandless
Hi J.D., First you need to decide if it's OK to do all your syns at search time. It results in slower queries, and different scoring, yet correct multi-token results, vs. index time. If that is OK, then you should not use any syn filter at index time, and use only SynonymGraphFilter at search ti

Proper Use of SynonymGraphFilter

2017-02-13 Thread Corbin, J.D.
Hi, I am looking for some guidance on the proper use of the SynonymGraphFilter in Lucene (6.4.1). Below is how I am implementing the analyzers for the index and query sides. I don't see a lot of examples on the proper usage of the SynonymGraphFilter so was hoping that someone (Michael McCandless?