Filter results by score

58 Views Asked by At

I'm using OpenSearchServer and trying to guess how to filter a search result by their scores.

Let's say that I have a search with some set of results. All results are ordered by score is descending order. What I need to know is how I can set up the search for fetching only documents whose scores are greater than 0,3.

is it possible? I ca not find anything in the documentation.

1

There are 1 best solutions below

0
On

You can filter on the virtual field _score.