質問編集履歴

1

誤記修正

2019/03/22 05:11

投稿

cray123
cray123

スコア47

test CHANGED
File without changes
test CHANGED
@@ -110,6 +110,6 @@
110
110
 
111
111
  ```
112
112
 
113
- curl -XGET 'localhost:9200/index/_doc/_search?pretty' -H "Content-type: application/json" -d'{"query": {"bool": {"must": [{ "match": { "user_id": "UUID0001"}},{ "match": { "timestamp": "20180330225202119000"}}]}}}'
113
+ curl -XGET 'localhost:9200/index/_doc/_search?pretty' -H "Content-type: application/json" -d'{"query": {"bool": {"must": [{ "match": { "user_id": "UUID0001"}},{ "match": { "class": "B"}}]}}}'
114
114
 
115
115
  ```