Search code examples
elasticsearchelastic-stack

Get results only over a specified min score in Elastic Search


I'm using ElasticSearch to index and search for documents. I want it to only return documents that are above a specific score.

Currently, using the 7.12 Version.

I found a way to specify the minimum score here in the official documentation but it is for an older version (6.8).


Solution

  • You can always change the ElasticSearch Guide version in the link you shared as per requirement.