{
"query": {
"bool": {
"filter": [
{
"terms": {
"id": [
"4",
"2",
"1",
"3"
]
}
}
]
}
},
"track_total_hits": true,
"min_score": 0
}
{
"query": {
"function_score": {
"query": { "bool": { "filter": [ { "terms": { "id" : [ "4", "2", "1", "3" ] } } ] } },
"boost": "1",
"functions": [
{
"filter": { "match": { "id": "4" } },
"weight": 4
},
{
"filter": { "match": { "id": "2" } },
"weight": 3
},
{
"filter": { "match": { "id": "1" } },
"weight": 2
},
{
"filter": { "match": { "id": "3" } },
"weight": 1
},
],
"max_boost": 4,
"score_mode": "first",
"boost_mode": "replace",
"min_score" : 1
}
},
"sort": [
{
"_score": {
"order": "desc"
}
}
]
}