Re: understanding phonetic matching

2016-05-07 Thread Jay Potharaju
Thanks for the feedback, I was getting correct results when searching for jon & john. But when I tried other names like 'khloe' it matched on 'collier' because the phonetic filter generated KL as the token. Is phonetic filter the best way to find similar sounding names? On Wed, Mar 23, 2016 at 12

Re: understanding phonetic matching

2016-05-07 Thread Susheel Kumar
Jay, There are mainly three phonetics algorithms available in Solr i.e. RefinedSoundex, DoubleMetaphone & BeiderMorse. We did extensive comparison considering various tests cases and found BeiderMorse to be the best among those for finding sound like matches and it also supports multiple language

Re: understanding phonetic matching

2016-05-07 Thread Jay Potharaju
Thanks will check it out. On Sat, May 7, 2016 at 7:05 PM, Susheel Kumar wrote: > Jay, > > There are mainly three phonetics algorithms available in Solr i.e. > RefinedSoundex, DoubleMetaphone & BeiderMorse. We did extensive comparison > considering various tests cases and found BeiderMorse to b