Re: foreign characters equivalent in solr search

2009-02-19 Thread Chris Hostetter
: if a user searches for Tiesto which is indexed in this format Tiësto in our : solr. we want solr also return result This is what the ISOLatin1AccentFilter is for. It's been included in Solr since 1.1. It's been deprecated in favor of the newer ASCIIFoldingFilter which does a better job with

Re: foreign characters equivalent in solr search

2009-02-19 Thread AHMET ARSLAN
> we will try that and post the results here but it seems we > may get problem with highlight function. No highlighting works fine with that. I am also using similar filter for turkish chars. I replace ç with c, ş with s and so on at index time. Another (easier but less efficient ) way to imple

Re: foreign characters equivalent in solr search

2009-02-18 Thread radarghost
i character (a). Then you will >> inject this new Token as a Synonym. >> >> I don't know is it the best way but it will give you what you want. >> >> --- On Wed, 2/18/09, radarghost wrote: >> >> >>> From: radarghost >>> Subject: for

Re: foreign characters equivalent in solr search

2009-02-18 Thread radarghost
radarghost wrote: > >> From: radarghost >> Subject: foreign characters equivalent in solr search >> To: solr-user@lucene.apache.org >> Date: Wednesday, February 18, 2009, 4:28 PM >> we are using solr 1.2 and dont want to upgrade to 1.3 till >> official release >

Re: foreign characters equivalent in solr search

2009-02-18 Thread Koji Sekiguchi
what i need with my poor English thanks -- View this message in context: http://www.nabble.com/foreign-characters-equivalent-in-solr-search-tp22079912p22079912.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: foreign characters equivalent in solr search

2009-02-18 Thread AHMET ARSLAN
Synonym. I don't know is it the best way but it will give you what you want. --- On Wed, 2/18/09, radarghost wrote: > From: radarghost > Subject: foreign characters equivalent in solr search > To: solr-user@lucene.apache.org > Date: Wednesday, February 18, 2009, 4:28 PM > w

foreign characters equivalent in solr search

2009-02-18 Thread radarghost
-characters-equivalent-in-solr-search-tp22079912p22079912.html Sent from the Solr - User mailing list archive at Nabble.com.