: i am using multiple facet fields. so i want to have the field with the
: most items first.

the facet fields are returned i nthe order they were requested in the 
params -- reordering them in the client is trivial, so setting up special 
commands to re-order them on the server side isn't something that has ever 
been (or is likely to ever be) added.

FWIW...

: >> how can i configuratively order facets according to total count of facet
: >> fields?

...if you truely want them ordered by the *total* count (and not just the 
sum of returend counts -- ie: if you want to include the long tail beyond 
what's left out because of facet.limit and facet.mincount) then just add a 
facet.query=field1:[*+TO+*] to get the total count of documents with a 
value for that field.


-Hoss

Reply via email to