We have a specific requirement of sorting the products as per a specific attribute value sequence. Any pointer or source of info would help us.
Example of the scenario;
Let's say for search result I want to sort results based on a attribute producttype. Where producttype has following values:
A, B, C, D
so while in Solr query I can give either producttype asc, producttype desc.
But I want get result in a specific way by saying first give me All results of values 'C' then B, A, D.
We are using Solr with IBM wcs7.