Hello,
I am trying to optimize the results of some queries in order to get only the relevant documents.
My use case is that for a given query, I am getting 4 matches instead of 3.
The scores of the documents are:
- 0.71508944
- 0.33722776
- 0.13875061
- 0.007067728
Notice that the latest one seems to have a very low score.
My question is, whether it makes sense in this case to use min_score.
Follow-up: If so, can the min_score value be calculated with a function? (so that it's not a fixed value)
Notes: ElasticSearch version 2.4.1
