Open TomonoriSoejima opened 3 years ago
# tomo2 is my template name in this exercise. PUT hello/_doc/1 { "title": "kore" } POST _scripts/tomo2 { "script": { "lang": "mustache", "source": { "query": { "match": { "title": "{{query_string}}" } } } } } GET _search/template { "id": "tomo2", "params": { "query_string": "kore" } }