摘要: 8 Easticsearch 聚合及SQL特性 8.1 聚合入门 创建book索引 PUT /book/{ "settings": { "number_of_shards": 1, "number_of_replicas": 0 }, "mappings": { "properties": { "n 阅读全文
posted @ 2021-09-29 17:42 孤独的小人物 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 7 search搜索及评分机制 7.1 search搜索入门 7.1.1 query string search 无条件搜索所有 GET /book/_search { "took" : 969, "timed_out" : false, "_shards" : { "total" : 1, "su 阅读全文
posted @ 2021-09-29 14:50 孤独的小人物 阅读(52) 评论(0) 推荐(0) 编辑