Skip to content

Instantly share code, notes, and snippets.

@mottaquikarim
Created December 29, 2020 17:15
Show Gist options
  • Save mottaquikarim/c9b9217fb2e248041997b37103c46725 to your computer and use it in GitHub Desktop.
Save mottaquikarim/c9b9217fb2e248041997b37103c46725 to your computer and use it in GitHub Desktop.
{
"query": {
"bool": {
"must": [
{
"match": {
"some_index_id": "some-long-key-id-value"
}
}
]
}
},
"sort": [
{
"id": "asc"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment