Is it possible to make a request for Elastic Search, which returns a percentage of the maximum score? Until now, it returns a value like "_score": 0.00786336, as well as a maximum rating, for example max_score": 0.13435546 , so I could try to convert the result , but I want the result to be already in percent, so I could use a minimum score, for example, 40 percent.
In short: is there a way to get _score as a percentage of the maximum score, or is there another way to set the minimum score? (seems complicated because max_score seems random)
source share