随笔分类 -  Elasticsearch

Elasticsearch 入门到放弃
Elasticsearch 查询语句
摘要:``` { "query": { "bool": { "must": [{ "term": { "openid": "" } }], "must_not": [], "should": [] } }, "from": 0, "size": 1000, "s... 阅读全文
posted @ 2019-06-20 11:31 爱吃米饭的boy 阅读(136) 评论(0) 推荐(0)
Elasticsearch 之mapping
摘要:``` { "mappings": { "doc": { "properties": { "field1": { "type": "long" }, "field2": { ... 阅读全文
posted @ 2019-06-11 15:47 爱吃米饭的boy 阅读(159) 评论(0) 推荐(0)
mysql作为数据源导入elasticsearch
摘要:logstash 主配文件 生成maaping模板配置文件 "详细mapping" 阅读全文
posted @ 2019-06-05 16:00 爱吃米饭的boy 阅读(3815) 评论(0) 推荐(0)