mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

change top-level filter to "post_filter" #251

Open willkg opened 10 years ago

willkg commented 10 years ago

We need to change the top-level "filter" in search to "post-filter".

See documentation here:

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/_search_requests.html

Further, there's a new "filtered" query that we should support.