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
> accents, and sorted alphabetically, with no sensibility to case and accents.
>
> Is there anything I can do to achieve this goal, without having to retrieve
> all facets and sort it myself? (We have fields with many, many facets, and
> doing so impacts performance a lot).
>

Faceting is done on indexed values so if your indexed values are with
original case and accents, they will be sorted accordingly. You could use a
copyField to store these values into a string type and facet on that.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to