Assume I have field and value like
Field : value
sku : xxx
Seller : true
Name : "Elux"
query will be like
sku:"xxx"
within this result I need to sort the products with Name (Elux) in the top with seller (true) top and within that I need the products name should be sorted in alphabetical order same goes for seller (false) and Name other than Elux in the bottom. Is this possible with solr?