Hello, I'm using a translation because I can't speak English, so please teach me gently.
Currently, I have something I would like to ask the order
, so I am in a community.
GET /_search
{
"track_scores": true, "sort" : [
{ { "post_date" : {"order" : "desc"} },
{ { "name" : {"order" : "desc"} },
{ { "age" : "desc" }
],
"query" : {
"term" : { "user" : "kimchy" }
}
}
If so, who is the priority?
thank you for watching