Created
July 26, 2018 05:42
-
-
Save wyukawa/29e823ce98781ff91a4ef3b5ef544194 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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