Re: Implementing synonym NewBie

2010-09-08 Thread Lance Norskog
I believe the synonym filter does not find phrases, only individual words. It is possible that you could use the Shingle tools to create terms that are word pairs. This would be very inefficient. On Tue, Sep 7, 2010 at 6:23 AM, Jak Akdemir wrote: > If you think to improve your synonyms file by t

Re: Implementing synonym NewBie

2010-09-07 Thread Jak Akdemir
If you think to improve your synonyms file by time I would recommend you query time indexing. By the way you don't have to re-index when you need to add something more. On Sat, Aug 28, 2010 at 10:01 AM, Jonty Rhods wrote: > Hi All, > > I want to use synonym for my search. > Still I am in learnin

Re: Implementing synonym NewBie

2010-08-31 Thread Grijesh.singh
Index time synonym explore is the better way if u do not have the disk space concern. -- View this message in context: http://lucene.472066.n3.nabble.com/Implementing-synonym-NewBie-tp1379269p1392927.html Sent from the Solr - User mailing list archive at Nabble.com.

Implementing synonym NewBie

2010-08-28 Thread Jonty Rhods
Hi All, I want to use synonym for my search. Still I am in learning phase of solr. So please help me to implement synonym in my search. according to wiki synonym can be implemented in two ways. 1> at index time 2> at search time] I have combination 10 of phrase for synonym so which will be better