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

Configure sort order of missing field values while sorting #188

Open ashwinkonale opened 10 years ago

ashwinkonale commented 10 years ago

Under sorting in elasticsearch ,The 'missing' parameter specifies how docs which are missing a field should be treated: The missing value can be set to _last, _first, or a custom value (that will be used for missing docs as the sort value).

More details can be found in this. http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-sort.html

Does the API support configuring this parameter ?