This may be what you're looking for: https://solr.apache.org/guide/8_8/query-re-ranking.html
Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Oct 21, 2021 at 2:39 PM sachin gk <gksachi...@gmail.com> wrote: > Thanks Dave, if I interpret correctly below expression will only boost top > 20 products which are already top result set and remaining boosted products > will be still part of top result set. > > On Wed, Oct 20, 2021, 23:39 Dave <hastings.recurs...@gmail.com> wrote: > > > Maybe something like bq =rank:[1 TO 20]^10 > > I’m afk at the moment, but seems like it makes sense > > > > > On Oct 20, 2021, at 1:44 PM, sachin gk <gksachi...@gmail.com> wrote: > > > > > > Hi All, > > > > > > If a particular boost expression is boosting 100 Products, can we boost > > > only the top 20 products and let other ranking criteria fill in the > > > remaining result set. > > > > > > Thanks > > >