Faceting optimization

2009-09-07 Thread Sébastien Lamy
Hi I'm currently trying to optimize the response time of my solr server. I found one aberration and hope you may be able to help me solve it: If, considering the whole document index, there is a lot of possible values for a field, asking for facet on that field dramatically increase response ti

Re: facets: case and accent insensitive sort

2009-06-29 Thread Sébastien Lamy
accent mapping to the same case-less accent-less value that you want to use for sorting (and I assume for counting) your facets? -Peter On Fri, Jun 26, 2009 at 9:02 AM, Sébastien Lamy wrote: Shalin Shekhar Mangar a écrit : On Fri, Jun 26, 2009 at 6:02 PM, Sébastien Lamy wrote

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

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

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