Apalabrados
Apalabrados

Reputation: 1146

Filter results by score

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.

Upvotes: 0

Views: 57

Answers (1)

Xearle
Xearle

Reputation: 1

You can filter on the virtual field _score.

Upvotes: 0

Related Questions