# huha-elasticsearch **Repository Path**: huhaCode/huha-elasticsearch ## Basic Information - **Project Name**: huha-elasticsearch - **Description**: 因项目需要,对于elasticsearch的浅层封装 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # huha-elasticsearch *** 使用手册: 1. 在项目的配置文件(xxx.properties)内添加对应的常量配置 ``` ################ elasticsearch信息配置 ###################### clusterName=elasticsearch host=10.10.111.108 port=9300 ############################################################# ``` 2. 在Spring的 ApplicationContent.xml 配置ElasticSearchDTO 和注入ElasticSearchService ```xml ``` 3. 因为netty有部分代码冲突,所以必须排掉netty-all