Re: boosting specific number of Products

2021-10-26 Thread David Hastings
H, is this a newer thing from solr 8.X? On Tue, Oct 26, 2021 at 4:35 PM Joel Bernstein wrote: > 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 g

Re: boosting specific number of Products

2021-10-26 Thread Joel Bernstein
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 wrote: > Thanks Dave, if I interpret correctly below expression will only boost top > 20 products which are alre

Re: boosting specific number of Products

2021-10-21 Thread sachin gk
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 wrote: > Maybe something like bq =rank:[1 TO 20]^10 > I’m afk at the momen

Re: boosting specific number of Products

2021-10-20 Thread Dave
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 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 fil