I have a very specific order I would like facets returned in. I see that the default for elastic search is count, and optionally you can do term which is alphabetical. (see: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-facets.html)
Besides doing the sort in my application I was curios if there was a way of sorting the facets in the order I want them on the ES side.