
ES
文章平均质量分 96
tonygellq
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Elastic Search 使用
ES介绍 ES字段类型 ES基本操作 1.查看字段保存类型 2.删除索引 3.创建索引 4.添加mapping 5.查看mapping 6.查询ES状态 查看所有index 7.Indices使用–Indices用于管理单个索引、索引设置。 ES聚合 1.范围聚合 2.单字段聚合 3.根据时间范围聚合-再对结果进行范围聚合 ES多索引Index查询 遇到的错误 1 Error: [i...原创 2018-05-03 15:40:05 · 956 阅读 · 0 评论 -
Nodejs Api - Elastic Search
ES文档地址:Elastic Search API DOC 下文包含了ES的Nodejs API介绍 判断index是否存在 # 接口 class Indices { exists(params: IndicesExistsParams): Promise<any>; // 返回为Promise } export interface IndicesExistsPara...原创 2018-05-03 21:39:05 · 604 阅读 · 0 评论