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

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: Best way to match umlauts

2013-06-16 Thread Lance Norskog
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 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-13 Thread Steve Rowe
7 PM, adityab 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.4

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 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 the

Re: Best way to match umlauts

2013-06-13 Thread Steve Rowe
On Jun 13, 2013, at 3:48 PM, Jack Krupansky wrote: > mapping="mapping-FoldToASCII"/> The mapping attribute above is missing the .txt file extension: Steve

Re: Best way to match umlauts

2013-06-13 Thread Jack Krupansky
age- 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.47206

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 jimtronic
Krupansky > > -Original Message- > From: jimtronic > Sent: Thursday, June 13, 2013 11:31 AM > To: [hidden email] <http://user/SendEmail.jtp?type=node&node=4070262&i=0> > Subject: Best way to match umlauts > > I'm trying to make Brüno come up in

Re: Best way to match umlauts

2013-06-13 Thread Jack Krupansky
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 results when the us

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