I only want to get one document from many that have the same field value. The following documents are indexed:
{
"name": "John",
"position": 1
},
{
"name": "Ben",
"position": 1
}
When making a search request for the term position equals one, only one of the documents should be returned.