The first thing that comes to my mind is the reranking query capability: https://solr.apache.org/guide/solr/latest/query-guide/query-re-ranking.html
I am not fully satisfied by the way the feature manages the final scoring, but I believe it can be helpful in your case! Cheers -------------------------- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: [email protected] *Sease* - Information Retrieval Applied Consulting | Training | Open Source Website: Sease.io <http://sease.io/> LinkedIn <https://linkedin.com/company/sease-ltd> | Twitter <https://twitter.com/seaseltd> | Youtube <https://www.youtube.com/channel/UCDx86ZKLYNpI3gzMercM7BQ> | Github <https://github.com/seaseltd> On Thu, 4 May 2023 at 15:29, Rajani Maski <[email protected]> wrote: > Hi Solr Users, > > Is there a feature that tells the query processor to skip applying bq and > bf if the number of docs matched is x? Certain queries that match a large > set of docs spend 60-70% of total Qtime in applying "bq" and "boost" so the > interest is to skip that if the number of docs matches is x. > > > Thanks, > Rajani >
