sort missing parameter from query string

2015-05-11 Thread sebastian
Hello, Can I specify the sort missing parameter from query string? From body: { sort : [ { price : {missing : _last} }, ], query : { term : { user : kimchy } } } Thanks! -- Please update your bookmarks! We have moved to https://discuss.elastic.co/ --- You

Re: sort missing parameter from query string

2015-05-11 Thread sebastian
Is it possible to specify it from mapping? On Monday, May 11, 2015 at 5:05:27 PM UTC-3, sebastian wrote: Hello, Can I specify the sort missing parameter from query string? From body: { sort : [ { price : {missing : _last} }, ], query : { term : { user