As Walter mentioned, it would be helpful to understand the use case that this would solve.
Solr 9.2 introduces the ability to let the QEC override/bypass a specified filter, which supports a use case of elevating certain results that may have previously been excluded by fq: https://kmwllc.com/index.php/2022/11/17/solrs-query-elevation-component-now-supports-filter-exclusions/ Would that feature help solve your use case? -Meghan On Fri, Nov 24, 2023 at 1:00 PM Walter Underwood <wun...@wunderwood.org> wrote: > fq doesn’t calculate scores, so it doesn’t do any ranking. Query elevation > for fq doesn’t make any sense. > > What problem do you think this solves. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > > On Nov 23, 2023, at 1:33 PM, Mouhcine Boutinzer < > mouhcine.boutin...@adelean.com> wrote: > > > > Hi there, > > I am planning to suggest/introduce a new Query Elevation feature to Solr. > > Currently, Solr supports Query Elevation for query parameter only (aka > "q"). > > What I suggest is to allow users to set a Query Elevation configuration > for > > filter query parameter as well (aka "fq"). > > I am willing to create a JIRA issue for that, but I thought it might be > > better if I communicate the idea to the dev team before submitting my > issue. > > Many thanks. > > Regards, > > Mouhcine > >