"query": {
"bool": {
"must": [
{
"range": {
"id": {
"from": 20
}
}
}
]
}
}