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
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
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