If you are looking to filter out all those products with greater than or
equal to 0.5, you could use
https://lucene.apache.org/solr/guide/8_4/other-parsers.html#function-range-query-parser
Function range query with the upper limit being 0.5 which could be added as
fq

Regards,
Munendra S N



On Tue, Mar 10, 2020 at 3:10 PM GTHell <sosxra...@gmail.com> wrote:

> I use score:dist(2, v1, v2 .... , 0.8, ....) in fl to calculate the
> distance.
> It gave me the result I want but I only want the result score that is below
> 0.5.
>
> How would I achieve that?
>
>
>
> --
> Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>

Reply via email to