AW: Best way to match umlauts

2013-06-17 Thread André Widhani
We configure both baseletter conversion (removing accents and umlauts) and alternate spelling through the mapping file. For baseletter conversion and mostly german content we transform all accents that are not used in german language (like french é, è, ê etc.) to their baseletter. We do not do

Re: AW: Best way to match umlauts

2013-06-17 Thread Jack Krupansky
: André Widhani Sent: Monday, June 17, 2013 4:27 AM To: solr-user@lucene.apache.org Subject: AW: Best way to match umlauts We configure both baseletter conversion (removing accents and umlauts) and alternate spelling through the mapping file. For baseletter conversion and mostly german content we

Re: Best way to match umlauts

2013-06-16 Thread adityab
Thanks for the explanation Steve. I now see it clearly. In my case it should work. -- View this message in context: http://lucene.472066.n3.nabble.com/Best-way-to-match-umlauts-tp4070256p4070805.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Best way to match umlauts

2013-06-16 Thread Lance Norskog
it should work. -- View this message in context: http://lucene.472066.n3.nabble.com/Best-way-to-match-umlauts-tp4070256p4070805.html Sent from the Solr - User mailing list archive at Nabble.com.

Best way to match umlauts

2013-06-13 Thread jimtronic
I'm trying to make Brüno come up in my results when the user types in Bruno. What's the best way to accomplish this? Using Solr 4.2 -- View this message in context: http://lucene.472066.n3.nabble.com/Best-way-to-match-umlauts-tp4070256.html Sent from the Solr - User mailing list archive

Re: Best way to match umlauts

2013-06-13 Thread Jack Krupansky
charFilter class=solr.MappingCharFilterFactory mapping=mapping-ISOLatin1Accent.txt/ -- Jack Krupansky -Original Message- From: jimtronic Sent: Thursday, June 13, 2013 11:31 AM To: solr-user@lucene.apache.org Subject: Best way to match umlauts I'm trying to make Brüno come up in my

Re: Best way to match umlauts

2013-06-13 Thread jimtronic
/ -- Jack Krupansky -Original Message- From: jimtronic Sent: Thursday, June 13, 2013 11:31 AM To: [hidden email] http://user/SendEmail.jtp?type=nodenode=4070262i=0 Subject: Best way to match umlauts I'm trying to make Brüno come up in my results when the user types in Bruno

Re: Best way to match umlauts

2013-06-13 Thread adityab
Just to confirm even solr.ASCIIFoldingFilterFactory should solve the purpose. am i correct ? -- View this message in context: http://lucene.472066.n3.nabble.com/Best-way-to-match-umlauts-tp4070256p4070317.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Best way to match umlauts

2013-06-13 Thread Jack Krupansky
Krupansky -Original Message- From: adityab Sent: Thursday, June 13, 2013 2:18 PM To: solr-user@lucene.apache.org Subject: Re: Best way to match umlauts Just to confirm even solr.ASCIIFoldingFilterFactory should solve the purpose. am i correct ? -- View this message in context: http://lucene

Re: Best way to match umlauts

2013-06-13 Thread Steve Rowe
On Jun 13, 2013, at 3:48 PM, Jack Krupansky j...@basetechnology.com wrote: charFilter class=solr.MappingCharFilterFactory mapping=mapping-FoldToASCII/ The mapping attribute above is missing the .txt file extension: charFilter class=solr.MappingCharFilterFactory

Re: Best way to match umlauts

2013-06-13 Thread adityab
this might be a dumb question. But can you please point me some key difference between ASCIIFolding Filter and Character Filter using a map File. thanks Aditya -- View this message in context: http://lucene.472066.n3.nabble.com/Best-way-to-match-umlauts-tp4070256p4070398.html Sent from

Re: Best way to match umlauts

2013-06-13 Thread Jack Krupansky
Token filter character filter is a key difference. -- Jack Krupansky -Original Message- From: adityab Sent: Thursday, June 13, 2013 8:17 PM To: solr-user@lucene.apache.org Subject: Re: Best way to match umlauts this might be a dumb question. But can you please point me some key

Re: Best way to match umlauts

2013-06-13 Thread Steve Rowe
...@yahoo.com wrote: this might be a dumb question. But can you please point me some key difference between ASCIIFolding Filter and Character Filter using a map File. thanks Aditya -- View this message in context: http://lucene.472066.n3.nabble.com/Best-way-to-match-umlauts-tp4070256p4070398