Skip to content

Instantly share code, notes, and snippets.

@wyukawa
Created July 26, 2018 05:42
Show Gist options
  • Save wyukawa/95ce913fa3663d71ca469a510594d682 to your computer and use it in GitHub Desktop.
Save wyukawa/95ce913fa3663d71ca469a510594d682 to your computer and use it in GitHub Desktop.
{
"size": 10,
"query": {
"wildcard": {
"aaaaa": {
"wildcard": "hoge*",
"boost": 1
}
}
},
"_source": false,
"stored_fields": "_none_",
"docvalue_fields": [
"@timestamp",
"aaaaa",
....
"time"
],
"sort": [
{
"_doc": {
"order": "asc"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment