Re: Phonetic search and matching

2012-02-07 Thread Erick Erickson
your false match on "13" would go away >> >> Not sure what that means for the rest of your app though. >> >> Best >> Erick >> >> On Mon, Feb 6, 2012 at 5:44 AM, Dirk Högemann >> wrote: >> > Hi, >> > >> > I h

Re: Phonetic search and matching

2012-02-07 Thread Dirk Högemann
> > Not sure what that means for the rest of your app though. > > Best > Erick > > On Mon, Feb 6, 2012 at 5:44 AM, Dirk Högemann > wrote: > > Hi, > > > > I have a question on phonetic search and matching in solr. > > In our application all the

Re: Phonetic search and matching

2012-02-07 Thread Erick Erickson
Dirk Högemann wrote: > Hi, > > I have a question on phonetic search and matching in solr. > In our application all the content of an article is written to a full-text > search field, which provides stemming and a phonetic filter (cologne > phonetic for german). > This is the r

Phonetic search and matching

2012-02-06 Thread Dirk Högemann
Hi, I have a question on phonetic search and matching in solr. In our application all the content of an article is written to a full-text search field, which provides stemming and a phonetic filter (cologne phonetic for german). This is the relevant part of the configuration for the index