Hi all, I'm currently writing an application that uses Solr, and we'd like to use something like the QueryElevationComponent, without having to specify which results appear top. For example, what we really need is a way to say "for this search, include these results as part of the result set, and rank them as you normally would". We're using a filter to specify which results we want included (which is distance-based), but we really want to be able to explicitly include certain results in certain queries (i.e. we want to include a listing more than 5 miles away from a particular location for certain queries).
Is this possible? Any help would be really appreciated :) —Oliver