: I'll have a look at SimpleFacets.java to look at patching it. I should 
: think the sorting bit will be relatively straightforward. The tricky bit 
: is how to submit the request via the query interface - there's only a 
: boolean

in Solr 1.4 the boolean syntax was deprecated in place of keywords that 
are more meaninful...
  http://wiki.apache.org/solr/SimpleFacetParameters#facet.sort

 ... "count" and "index" replaced "true" and "false"

we could always start supporting "count desc" and "count asc" (with 
"count" as an alias for "count desct"

: The reverse facet query is for when you want to know which event (or 
: group of event types) has happened the least

got it, thanks.



-Hoss

Reply via email to