Hello, I have a complex solr query with various boosts applied that returns, say a few hundred results. Out of these hundreds of results I want to further boost, say the top 5 results that satisfy a particular criteria - e.g. class=A1. So I want the top 5 results from class A1 in my existing results set to come further higher, so that I can show them on the first page of my final results. How do I achieve this? I am new to SOLR and this community so apologies if this is trivial/repeat.
Thanks, Nitin