I have a match query which returns 10 documents.
6 having score "10.0" and 4 having having score "8.0".
Query:
I want to have an ability in same match query that should return all documents with top score only i.e. "10.0". All with score "8.0" should not be returned in the query.
Any suggestions ?