elasticsearch7.9.x 目录 作者:马育民 • 2021-08-29 23:25 • 阅读:14661 # [ElasticSearch 介绍](https://www.malaoshi.top/show_1IX4pWWjlZDk.html "ElasticSearch 介绍") # 安装 ### centos 1. [elasticsearch7.9.x linux 安装部署、启动](https://www.malaoshi.top/show_1IX23twMNDFj.html "elasticsearch7.9.x linux 安装部署、启动") 2. [kibana7.9.x linux 安装部署、启动](https://www.malaoshi.top/show_1IX2PIWOumlt.html "kibana7.9.x linux 安装部署、启动") ### docker 1. [elasticsearch docker安装](https://www.malaoshi.top/show_1IX1lD7Ock5A.html "elasticsearch docker安装") 2. [Kibana docker安装](https://www.malaoshi.top/show_1IX1lDnYjHNY.html "Kibana docker安装") ### windows 3. [elasticsearch windows安装、运行](https://www.malaoshi.top/show_1IX1qCpGxqKG.html "elasticsearch windows安装、运行") 4. [kibana windows安装、运行](https://www.malaoshi.top/show_1IX1qCshCRpM.html "kibana windows安装、运行") ### 插件 5. [elasticsearch head 谷歌浏览器插件](https://www.malaoshi.top/show_1IX1rsqT1XQI.html "elasticsearch head 谷歌浏览器插件") ### 常见问题 1. [future versions of Elasticsearch will require Java 11; your Java version from does not meet this requirement](https://www.malaoshi.top/show_1IX23tveF5Ei.html "future versions of Elasticsearch will require Java 11; your Java version from does not meet this requirement") # 基础 2. [Kibana 使用](https://www.malaoshi.top/show_1IX1oXAM7KNC.html "Kibana 使用") 3. [ElasticSearch 查看信息:es健康状况、所有节点、主节点、所有索引(_cat)](https://www.malaoshi.top/show_1IX1lalmfrWG.html "ElasticSearch 查看信息:es健康状况、所有节点、主节点、所有索引(_cat)") 5. [ElasticSearch 核心概念:索引、类型、文档、字段、映射](https://www.malaoshi.top/show_1IX1mgkghnVp.html "ElasticSearch 核心概念:索引、类型、文档、字段、映射") 5. [ElasticSearch 索引和创建、查看、查看所有、删除(kibana操作)](https://www.malaoshi.top/show_1IX2PVMXbETt.html "ElasticSearch 索引和创建、查看、查看所有、删除(kibana操作)") - [ElasticSearch 索引和创建、查看、查看所有、删除(postman操作)](https://www.malaoshi.top/show_1IX1laZ3lWys.html "ElasticSearch 索引和创建、查看、查看所有、删除(postman操作)") 5. [elasticsearch 映射(mapping)及查看、创建、修改、删除](https://www.malaoshi.top/show_1IX1mRiUCFTs.html "elasticsearch elasticsearch 映射(mapping)及查看、创建、修改、删除") 6. [elasticsearch 映射数据类型](https://www.malaoshi.top/show_1IX1miDF6x6a.html "elasticsearch 映射数据类型") - [elasticsearch 映射数据类型:keyword和ignore_above](https://www.malaoshi.top/show_1IX1rVPpjZKS.html "elasticsearch 映射数据类型:keyword和ignore_above") 5. [ElasticSearch 文档和创建、查看、修改、删除](https://www.malaoshi.top/show_1IX1laoUAHtM.html "ElasticSearch 文档和创建、查看、修改、删除") 6. [elasticsearch 动态映射(dynamic mapping)](https://www.malaoshi.top/show_1IX1tMBz0eGS.html "elasticsearch 动态映射(dynamic mapping)") ### 查询 6. [ElasticSearch 创建测试文档](https://www.malaoshi.top/show_1IX1mCbXNWrP.html "ElasticSearch 创建测试文档") 2. [ElasticSearch Query DSL和查询结果说明](https://www.malaoshi.top/show_1IX1rX0RgocW.html "ElasticSearch Query DSL和查询结果说明") 7. [ElasticSearch match_all查询某索引下所有文档](https://www.malaoshi.top/show_1IX1m646ONAE.html "ElasticSearch match_all查询某索引下所有文档") 9. [ElasticSearch term精确查询](https://www.malaoshi.top/show_1IX1re2M0zlv.html "ElasticSearch term精确查询") 8. [ElasticSearch wildcard通配符查询(模糊查询)](https://www.malaoshi.top/show_1IX1qPCpOZVz.html "ElasticSearch wildcard通配符查询(模糊查询)") 7. [ElasticSearch match全文索引](https://www.malaoshi.top/show_1IX1mCgZJ1kb.html "ElasticSearch match全文索引") 8. [ElasticSearch 倒排索引](https://www.malaoshi.top/show_1IX1sGBWDDBJ.html "ElasticSearch 倒排索引") 8. [ElasticSearch multi_match多字段匹配](https://www.malaoshi.top/show_1IX1rdjRBlrQ.html "ElasticSearch multi_match多字段匹配") 8. [ElasticSearch match_phrase短语匹配(不分词)](https://www.malaoshi.top/show_1IX1rdTsnVpx.html "ElasticSearch match_phrase短语匹配(不分词)") 8. [ElasticSearch 文档查询:单条件查询、分页查询、指定查询字段](https://www.malaoshi.top/show_1IX1lxxL3pe3.html "ElasticSearch 文档查询:单条件查询、分页查询、指定查询字段") 9. [ElasticSearch bool多条件查询(must、must not、should、filter)](https://www.malaoshi.top/show_1IX1mBBF35cT.html "ElasticSearch bool多条件查询(must、must not、should、filter)") 10. [ElasticSearch 比较查询:filter、must、range(大于、小于)](https://www.malaoshi.top/show_1IX1qDwvpmFy.html "ElasticSearch 比较查询:filter、must、range(大于、小于)") 10. [ElasticSearch 文档查询排序](https://www.malaoshi.top/show_1IX1mJfK7Xyy.html "ElasticSearch 文档查询排序") 11. [ElasticSearch 不支持排序的类型](https://www.malaoshi.top/show_1IX1mJczY5hW.html "ElasticSearch 不支持排序的类型") 12. [elasticsearch aggs聚合查询(max、min、avg、sum、terms)](https://www.malaoshi.top/show_1IX1rslELSR1.html "elasticsearch aggs聚合查询(max、min、avg、sum、terms)") 13. [ElasticSearch function_score()二次评分](https://www.malaoshi.top/show_1IX1sHrb7Yjf.html "ElasticSearch function_score()二次评分") ### ik分词器 1. [elasticsearch ik分词器介绍](https://www.malaoshi.top/show_1IX4VFno5SwN.html "elasticsearch ik分词器介绍") - [elasticsearch ik分词器安装(centos)](https://www.malaoshi.top/show_1IX4VGD4vxdl.html "elasticsearch ik分词器安装(centos)") - [elasticsearch ik分词器安装(适用docker es)](https://www.malaoshi.top/show_1IX1p4VdhiP5.html "elasticsearch ik分词器安装(适用docker es)") 2. [elasticsearch ik分词器配置文件说明](https://www.malaoshi.top/show_1IX1qO4HlyUF.html "elasticsearch ik分词器配置文件说明") 3. [elasticsearch ik分词器:ik_smart和ik_max_word分词策略](https://www.malaoshi.top/show_1IX1p4f9zr3Z.html "elasticsearch ik分词器:ik_smart和ik_max_word分词策略") 4. [elasticsearch 使用ik分词器(创建映射时指定)](https://www.malaoshi.top/show_1IX1qOEws33r.html "elasticsearch 使用ik分词器(创建映射时指定)") 5. 自定义分词(本地方式) - [elasticsearch ik分词器-自定义分词(本地方式,centos)](https://www.malaoshi.top/show_1IX4VH2xJRtt.html "elasticsearch ik分词器-自定义分词(本地方式,centos)") - [elasticsearch ik分词器-自定义分词(本地方式)](https://www.malaoshi.top/show_1IX1pPz0b0km.html "elasticsearch ik分词器-自定义分词(本地方式)") 6. [elasticsearch ik分词器-自定义分词(远程方式,热更新)](https://www.malaoshi.top/show_1IX1pHvsPwOk.html "elasticsearch ik分词器-自定义分词(远程方式,热更新)") ### 地理位置 geo_point 1. [elasticsearch geo_point 地理位置数据类型 创建映射、添加记录](https://www.malaoshi.top/show_1IX1pnQz8ROR.html "elasticsearch geo_point 地理位置数据类型 创建映射、添加记录") 2. [elasticsearch geo_point 地理位置数据类型:添加测试数据](https://www.malaoshi.top/show_1IX1qHAPTj7e.html "elasticsearch geo_point 地理位置数据类型:添加测试数据") 3. [elasticsearch 地理位置查询、排序(geo_bounding_box、geo_distance_range、geo_polygon)](https://www.malaoshi.top/show_1IX1qOVnQaGX.html "elasticsearch 地理位置查询、排序(geo_bounding_box、geo_distance_range、geo_polygon)") - [elasticsearch distance_type说明(sloppy_arc、arc、plane)](https://www.malaoshi.top/show_1IX32V25l1WQ.html "elasticsearch distance_type说明(sloppy_arc、arc、plane)") 4. [elasticsearch 地理位置查询:geo_distance](https://www.malaoshi.top/show_1IX1rtSKRK6O.html "elasticsearch 地理位置查询:geo_distance") 5. [elasticsearch 地理位置统计agg_by_distance](https://www.malaoshi.top/show_1IX1rtfAY8iu.html "elasticsearch 地理位置统计agg_by_distance") ### 重建索引 [Elastic Search 索引别名(alias)](https://www.malaoshi.top/show_1IX1oupWnDQl.html "Elastic Search 索引别名(alias)") [Elastic Search不停机重建索引-修改映射类型](https://www.malaoshi.top/show_1IX1ogV3uEVI.html "Elastic Search不停机重建索引-修改映射类型") ### 缓存 1. [elasticsearch 缓存:Node query cache、Field data cache、Shard request cache](https://www.malaoshi.top/show_1IX1rHkTs3kG.html "elasticsearch 缓存:Node query cache、Field data cache、Shard request cache") 2. [elasticsearch 缓存清除](https://www.malaoshi.top/show_1IX1rNf3qu9a.html "elasticsearch 缓存清除") 1. [elasticsearch 索引刷新](https://www.malaoshi.top/show_1IX1rAO2NUz8.html "elasticsearch 索引刷新") ### springboot 1. [JAVA 操作 ElasticSearch 方式](https://www.malaoshi.top/show_1IX1tGEIygbD.html "JAVA 操作 ElasticSearch 方式") 2. [springboot 使用 Spring Data Elasticsearch 操作 Elasticsearch 7.9-创建工程](https://www.malaoshi.top/show_1IX1tKpTSEXs.html "springboot 使用 Spring Data Elasticsearch 操作 Elasticsearch 7.9-创建工程") 3. [springboot 使用 Spring Data Elasticsearch 创建索引、判断索引存在、删除索引](https://www.malaoshi.top/show_1IX1tORTVEZI.html "springboot 使用 Spring Data Elasticsearch 创建索引、判断索引存在、删除索引") - [springboot 使用 Spring Data Elasticsearch 添加别名、删除别名](https://www.malaoshi.top/show_1IX4rBkOqPy9.html "springboot 使用 Spring Data Elasticsearch 添加别名、删除别名") 4. [springboot 使用 Spring Data Elasticsearch 添加文档、删除文档、简单查询文档](https://www.malaoshi.top/show_1IX1tOSzUNlM.html "springboot 使用 Spring Data Elasticsearch 添加文档、删除文档、简单查询文档") 5. [springboot 使用 Spring Data Elasticsearch 高级查询文档](https://www.malaoshi.top/show_1IX1tOTe226Q.html "springboot 使用 Spring Data Elasticsearch 高级查询文档") 6. [springboot 使用 Spring Data Elasticsearch 高亮显示](https://www.malaoshi.top/show_1IX32awQIzTZ.html "springboot 使用 Spring Data Elasticsearch 高亮显示") 7. [springboot 使用 Spring Data Elasticsearch 多个模糊查询(wildcard)、高亮显示](https://www.malaoshi.top/show_1IX2LxZmBmkg.html "springboot 使用 Spring Data Elasticsearch 多个模糊查询(wildcard)、高亮显示") 8. [springboot 使用 Spring Data Elasticsearch 地理查询、经纬度查询(wildcard)](https://www.malaoshi.top/show_1IX2LxcdQU1p.html "springboot 使用 Spring Data Elasticsearch 地理查询、经纬度查询(wildcard)") #### 其他 1. [springboot 使用 Spring Data Elasticsearch 实现工具类](https://www.malaoshi.top/show_1IX4rBoCPfQn.html "springboot 使用 Spring Data Elasticsearch 实现工具类") ### 其他 1. [ElasticSearch 查看索引显示green、yellow、red](https://www.malaoshi.top/show_1IX1pfk9GP75.html "ElasticSearch 查看索引显示green、yellow、red") 2. [ElasticSearch 查询所有文档](https://www.malaoshi.top/show_1IX1m6hX5CUv.html "ElasticSearch 查询所有文档") 原文出处:http://malaoshi.top/show_1IX1laotyJqN.html