Re: facets: case and accent insensitive sort

2009-08-27 Thread Michel Bottan
Hi Sébastien, I've experienced the same issue but when using range queries. Maybe this might help you too. I was trying to filter a query using a range as [ B TO F ] being case and accent insensitive, and still get back the case and accent at results. The solution have been NOT TOKENIZE the

Re: facets: case and accent insensitive sort

2009-06-29 Thread Sébastien Lamy
Thanks for your reply. I will have a look at this. Peter Wolanin a écrit : Seems like this might be approached using a Lucene payload? For example where the original string is stored as the payload and available in the returned facets for display purposes? Payloads are byte arrays stored with

Re: facets: case and accent insensitive sort

2009-06-28 Thread Peter Wolanin
Seems like this might be approached using a Lucene payload? For example where the original string is stored as the payload and available in the returned facets for display purposes? Payloads are byte arrays stored with Terms on Fields. See https://issues.apache.org/jira/browse/LUCENE-755 Solr

facets: case and accent insensitive sort

2009-06-26 Thread Sébastien Lamy
Hi! When I ask solr for facets, with the parameter facet.sort=index, it gives me the facets sorted alphabetically, but case and accent sensitive. I found no way to have the facets returned with the original case and accents, and sorted alphabetically, with no sensibility to case and accents.

Re: facets: case and accent insensitive sort

2009-06-26 Thread Shalin Shekhar Mangar
On Fri, Jun 26, 2009 at 4:06 PM, Sébastien Lamy lamys...@free.fr wrote: Hi! When I ask solr for facets, with the parameter facet.sort=index, it gives me the facets sorted alphabetically, but case and accent sensitive. I found no way to have the facets returned with the original case and

Re: facets: case and accent insensitive sort

2009-06-26 Thread Sébastien Lamy
Shalin Shekhar Mangar a écrit : On Fri, Jun 26, 2009 at 4:06 PM, Sébastien Lamy lamys...@free.fr wrote: Hi! When I ask solr for facets, with the parameter facet.sort=index, it gives me the facets sorted alphabetically, but case and accent sensitive. I found no way to have the facets

Re: facets: case and accent insensitive sort

2009-06-26 Thread Shalin Shekhar Mangar
On Fri, Jun 26, 2009 at 6:02 PM, Sébastien Lamy lamys...@free.fr wrote: If I use a copyField to store into a string type, and facet on that, my problem remains: The facets are sorted case and accent sensitive. And I want an *insensitive* sort. If I use a copyField to store into a type with

Re: facets: case and accent insensitive sort

2009-06-26 Thread Sébastien Lamy
Shalin Shekhar Mangar a écrit : On Fri, Jun 26, 2009 at 6:02 PM, Sébastien Lamy lamys...@free.fr wrote: If I use a copyField to store into a string type, and facet on that, my problem remains: The facets are sorted case and accent sensitive. And I want an *insensitive* sort. If I use a