12 2020 档案

摘要:精确值查找: GET /my_store/products/_search { "query" : { "constant_score" : { "filter" : { "term" : { "price" : 20 } } } } } ### 以下查询是否能查到结果和文档索引的方式有关 GET 阅读全文
posted @ 2020-12-15 11:14 yeren2046 阅读(169) 评论(0) 推荐(0)
摘要:索引员工文档: PUT /megacorp/employee/1 { "first_name" : "John", "last_name" : "Smith", "age" : 25, "about" : "I love to go rock climbing", "interests": [ "s 阅读全文
posted @ 2020-12-14 15:43 yeren2046 阅读(176) 评论(0) 推荐(0)