How can I boost a query by a string field? I've found only resources explaining date boosting.
E.g. these documents should be boosted in this order:
- priority=a
- priority=b
- priority=c
I know, that I could sort by priority, but I want to combine this field with the solr relevancy mechanisms.