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

Search type support #186

Closed koterpillar closed 10 years ago

koterpillar commented 10 years ago

Support for ElasticSearch search_type: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-search-type.html

koterpillar commented 10 years ago

Expanded comments where needed and ensured at least two shards are available, even if ES defaults are overridden somehow.

koterpillar commented 10 years ago

Expanded the documentation a bit more. This is an advanced feature though, so I really expect the people who do need it to go to the ES reference (and I added a link for that).

willkg commented 10 years ago

This looks good to me. Thank you!