No
http://wiki.apache.org/solr/SimpleFacetParameters#facet.sort


On Thursday 30 December 2010 15:42:14 Stephen Duncan Jr wrote:
> Set facet.limit to -1 (globally or for that field).  That will return all
> the facets, in lexicographical order.
> 
> Stephen Duncan Jr
> www.stephenduncanjr.com
> 
> On Thu, Dec 30, 2010 at 9:04 AM, Em <mailformailingli...@yahoo.de> wrote:
> > 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.htm
> > l Sent from the Solr - User mailing list archive at Nabble.com.

-- 
Markus Jelsma - CTO - Openindex
http://www.linkedin.com/in/markus17
050-8536620 / 06-50258350

Reply via email to