Hi List, I got a little issue with sorting a FacetQuery.
Currently I am doing something like that in SolrJ: SolrQuery q = new SolrQuery("myQuery"); q.setFacetQuery("names:thomas");//want to see the count of thomas's documents. q.setFacetPrefix("short", "th"); I don't know any better example, but the result from all those facets should be returned in lexicographic order, not by count - so i can ensure that every constraint is returned at the same place. Any ideas? Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/Sort-Facet-Query-tp2167635p2167635.html Sent from the Solr - User mailing list archive at Nabble.com.