Set Custom Order for Facets coming from Solr
You can use facet sort per field to order the different facets respectively.
e.g. f.<field_name>.facet.sort=count|index
Solr only provided two options Count and Index sort. Anything else needs to implemented through Custome solutions or workarounds.