how to search location by place name in elasticsearch like "location" : "India"

时间:2015-11-12 11:19:52

标签: 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

0 个答案:

没有答案