# elasticsearch-example **Repository Path**: ihumors/elasticsearch-example ## Basic Information - **Project Name**: elasticsearch-example - **Description**: elasticsearch使用示例 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-10 - **Last Updated**: 2022-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, ElasticSearch ## README # elasticsearch-example 本项目对elasticsearch进行数据的保存,删除,简单/复杂/聚合查询的操作示例 查询样例,只是对以下场景做了简单的代码样例 多字段搜索 多字符串查询 单字符串查询 最佳字段 最佳字段查询调优 如有其它请参数官网帮助文档,对照·深入搜索·编写适合不同业务场景的搜索条件 ### elasticsearch官网帮助文档 https://www.elastic.co/guide/cn/elasticsearch/guide/current/foreword_id.html https://www.elastic.co/guide/en/elasticsearch/reference/8.2/search-aggregations-metrics.html