Lets say my MaxScore is 500.
Then I want results with 500's 80% and above Score results only .
How can I achieve that?
Lets say my MaxScore is 500.
Then I want results with 500's 80% and above Score results only .
How can I achieve that?
Copyright © 2021 Jogjafile Inc.
I would suggest to use
_score
as sorting by descending order and apply the limits by using start and rows.The other option is to use the function range query parser by reading the documentation provided at solr function range query
for example :