Re: diacritics on query string

2010-08-15 Thread Yonik Seeley
Update: it looks like this (what I consider buggy) behavior is common to both firefox and IE. Both correctly encode the path part of the URL, but neither encode the query string part in UTF-8 (I believe for back compat with old buggy websites). Chrome does use UTF-8 for both. It's easy to verify

Re: diacritics on query string

2010-08-15 Thread Yonik Seeley
On Fri, Aug 13, 2010 at 3:20 AM, Andrea Gazzarini wrote: >  Hi, > I have a problem regarding a diacritic character on my query string : > > *q=intertestualità > * > which is encoded in > > *q=intertestualit%E0 The correct encoding is q=intertestualit%C3%A0 But I can see how you may have obtained

RE: diacritics on query string

2010-08-14 Thread Yuval Feinstein
-Original Message- From: Jayendra Patil [mailto:jayendra.patil@gmail.com] Sent: Saturday, August 14, 2010 6:52 AM To: solr-user@lucene.apache.org Subject: Re: diacritics on query string *ASCIIFoldingFilter *is probably the filter known to replace the assented chars to normal ones. However i

Re: diacritics on query string

2010-08-13 Thread Jayendra Patil
*ASCIIFoldingFilter *is probably the filter known to replace the assented chars to normal ones. However i don't see that in your config. For the issue, you can easily debug the issue through solr analysis tool. Regards, Jayendra On Fri, Aug 13, 2010 at 3:20 AM, Andrea Gazzarini < andrea.gazzar.

diacritics on query string

2010-08-13 Thread Andrea Gazzarini
Hi, I have a problem regarding a diacritic character on my query string : *q=intertestualità * which is encoded in *q=intertestualit%E0 * What I'm not understanding is the following query response fragments : 0 23 score desc score,title on on 0 *intertestualit* 2.2 3