PS C:\Users\toshi\OneDrive\Documents\ElasticSearch\command-2021> curl -XGET "https://search-tmtest-xxxxxxxxxxxxxxxxxxxxxxxxxx.yyyyyyyyy.es.amazonaws.com/search-ngram-and-kuromoji/_search?pretty" -H "Content-Type: application/json" -d "@search-search-ngram-and-kuromoji-2.json" { "took" : 148, "timed_out" : false, "_shards" : { "total" : 5, "successful" : 5, "skipped" : 0, "failed" : 0 }, "hits" : { "total" : { "value" : 1, "relation" : "eq" }, "max_score" : 144.35374, "hits" : [ { "_index" : "search-ngram-and-kuromoji", "_type" : "_doc", "_id" : "ucNKC3gBNKbjtYmSAtQp", "_score" : 144.35374, "_source" : { "section_url" : "c0_7.php#topic_i5x_lkz_bgb" }, "highlight" : { "section_text" : [ "突や衝突に近い状態(SRSエアバッグの作動および路上障害物との接触など)が発生した時に車" ], "section" : [ "イベントデータレコーダー" ] } } ] } }