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

implement a filter_raw #153

Closed gvigneron closed 11 years ago

gvigneron commented 11 years ago

It'd look like S().query_raw()

It allows to do more complex filters like on nested documents.

willkg commented 11 years ago

Done!