So, I want to sort my Solr request by the following fields:
- published_year (desc)
- series_number (asc)
- status_color
The problem is that status_color needs to be sorted by the following values ββ(e. And not in alphabetical order):
This field can contain only one of these values.
I hope this helps to do this in a Solr request instead of massaging the result in code. As a result of hundreds of thousands of documents, this is not an option.
Any help is appreciated.
frigg source share