Even this simple example doesn't work...

{
    "filtered": {
        "query": {
            "match_all": {}
        },
        "filter": {
            "and": [
                {
                    "geo_distance": {
                        "distance": "1miles",
                        "location": "51.7272680,0.4194800"
                    }
                },
                {
                    "term": {
                        "site_id": 1
                    }
                }
            ]
        }
    }
}



-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/6b0e623b-1239-44ac-870b-ab781511364a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to