Hi! On 14.02.2012 13:09, PeterKerk wrote:
I want to sort my results on the facetnames (not by their number of results).
From the example you gave, I'd assume you don't want to sort by facet names but by facet values.
Simply add facet.sort=index to your request; see http://wiki.apache.org/solr/SimpleFacetParameters#facet.sort Or simply sort the facet result on your own. Greetings, Kuli