Why score is everytime is 1.0 in elasticsearch

Advertisements My json is below I have to match first from sports In that i need to extract search string The issue is i am getting score 1.0 for every document [{‘id’:1, ‘name’: ‘christiano ronaldo’, ‘description’: ‘football@football.com’, ‘type’: ‘football’, ‘var’:’sports’}, {‘id’:2, ‘name’: ‘lionel messi’, ‘description’: ‘messi@fifa.com’,’type’: ‘soccer’,’var’:’sports’}, {‘id’:3, ‘name’: ‘sachin’, ‘description’: ‘was’, ‘type’: ‘cricket’, ‘var’:’sports’}]… Read More Why score is everytime is 1.0 in elasticsearch