摘要: 使用上篇文章创建的索引进行学习:https://www.cnblogs.com/wangymd/p/11200996.html 官方文档:https://www.elastic.co/guide/en/elasticsearch/painless/6.3/painless-examples.html 阅读全文
posted @ 2019-07-25 17:40 心动如雷 阅读(1405) 评论(0) 推荐(0)
摘要: 1、创建测试索引 PUT /test_index{ "mappings": { "test_type":{ "properties": { "code":{ "type": "keyword" }, "name":{ "type": "text", "analyzer": "ik" }, "coun 阅读全文
posted @ 2019-07-25 15:24 心动如雷 阅读(3586) 评论(0) 推荐(0)