标签: elasticsearch
I want to filter twitter data by location.I've used the query below ...
code :
query = { "query": { "term" : { "location" : "India" } } }
But I'm not getting desired output