Re: Using min/max value of field in boost query

2024-04-22 Thread govind nitk
ivalued field. > > > https://solr.apache.org/guide/solr/latest/query-guide/function-queries.html#field-function > > > > : Date: Tue, 2 Apr 2024 12:34:42 +0530 > : From: govind nitk > : Reply-To: users@solr.apache.org > : To: users@solr.apache.org > : Subject: Us

Re: Using min/max value of field in boost query

2024-04-08 Thread Chris Hostetter
ction-queries.html#field-function : Date: Tue, 2 Apr 2024 12:34:42 +0530 : From: govind nitk : Reply-To: users@solr.apache.org : To: users@solr.apache.org : Subject: Using min/max value of field in boost query : : Hi, : : currently a working solution is like: : 1. First api call - take min, max value

Using min/max value of field in boost query

2024-04-02 Thread govind nitk
Hi, currently a working solution is like: 1. First api call - take min, max value of numeric fields say price field 2. In another api call to solr use it like bq="div(sub(price,min_price),sub(max_price,sum(1,min_price)))^0.05" above is a working solution, but its two api based. Can we use the