随笔分类 -  es

elasticsearch
10-python 中使用es
摘要:elasticsearch python客户端使用 https://elasticsearch-py.readthedocs.io/en/master/> pip install elasticsearch 对于elasticsearch 5.x 版本 需要按以下方式导入 from elastics 阅读全文

posted @ 2021-07-23 10:35 paike123 阅读(89) 评论(0) 推荐(0) 编辑

9-es中的查询
摘要:查询 1 基本查询 根据文档ID curl -X GET 127.0.0.1:9200/articles/article/1 curl -X GET 127.0.0.1:9200/articles/article/1?_source=title,user_id curl -X GET 127.0.0 阅读全文

posted @ 2021-07-23 10:33 paike123 阅读(57) 评论(0) 推荐(0) 编辑

8-Logstash导入mysql数据
摘要:Logstash导入数据 使用logstash 导入工具从mysql中导入数据 Logstach安装 sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch 在 /etc/yum.repos.d/ 中创建logstas 阅读全文

posted @ 2021-07-23 10:25 paike123 阅读(412) 评论(0) 推荐(0) 编辑

7-es中的文档
摘要:文档 一个文档的实例 { "name": "John Smith", "age": 42, "confirmed": true, "join_date": "2014-06-01", "home": { "lat": 51.5, "lon": 0.1 }, "accounts": [ { "type 阅读全文

posted @ 2021-07-19 23:05 paike123 阅读(65) 评论(0) 推荐(0) 编辑

6-索引与映射
摘要:索引 查看索引 curl 127.0.0.1:9200/_cat/indices 请求curl 127.0.0.1:9200/_cat可获取用于查询的名称 创建索引 索引可以在添加文档数据时,通过动态映射的方式自动生成索引与类型。 索引也可以手动创建,通过手动创建,可以控制主分片数目、分析器和类型映 阅读全文

posted @ 2021-07-19 23:01 paike123 阅读(170) 评论(0) 推荐(0) 编辑

5-IK中文分析器
摘要:下载https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v5.6.5/elasticsearch-analysis-ik-5.6.5.zip 安装: /usr/share/elasticsearch/bin/ela 阅读全文

posted @ 2021-07-19 20:49 paike123 阅读(89) 评论(0) 推荐(0) 编辑

4-es 集群
摘要:概念 存储数据到 Elasticsearch 的行为叫做 索引 (indexing) 关于数据的概念 Relational DB -> Databases 数据库 -> Tables 表 -> Rows 行 -> Columns 列 Elasticsearch -> Indices 索引库 -> T 阅读全文

posted @ 2021-07-19 20:45 paike123 阅读(60) 评论(0) 推荐(0) 编辑

2-elasticsearch 简介与原理
摘要:官方文档: https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html 1 简介 Elasticsearch是一个基于Lucene库的搜索引擎。 它提供了一个分布式、支持多用户的全文搜索引擎,具有HTTP Web接口和 阅读全文

posted @ 2021-07-16 11:55 paike123 阅读(111) 评论(0) 推荐(0) 编辑

1-Elasticsearch 5.6.5 安装教程
摘要:环境:centos7 jdk1.8 下载:https://www.elastic.co/downloads/past-releases/elasticsearch-5-6-5 一:解压 [root@localhost programs]# tar zxvf elasticsearch-5.6.5.t 阅读全文

posted @ 2021-07-16 11:05 paike123 阅读(72) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示