# oz-es-demo **Repository Path**: orangezh/oz-es-demo ## Basic Information - **Project Name**: oz-es-demo - **Description**: Elasticsearch应用 - **Primary Language**: Java - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2021-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oz-es-demo #### 介绍 Elasticsearch应用 #### Elasticsearch下载安装 ``` 下载Elasticsearch 地址: https://www.elastic.co/cn/downloads/elasticsearch 最新版本 下载: https://www.elastic.co/cn/downloads/past-releases/elasticsearch-7.12.0 版本 ``` 安装相对而言比较简单,笔者下载的是windows版本 ``` 1、需要先安装JDK 2、解压安装包 D:\OZ-Dev\CTools\elasticsearch-7.12.0 3、执行脚本运行ES D:\OZ-Dev\CTools\elasticsearch-7.12.0\bin\elasticsearch.bat 4、浏览器访问:http://localhost:9200/ ``` ![安装成功截图](https://images.gitee.com/uploads/images/2021/0423/120137_ffc61adc_797716.png "屏幕截图.png") #### ES实践 1. MySQL中的数据批量导入到ES 2. 编写搜索接口