# elasticSearch **Repository Path**: lidongchan/elastic-search ## Basic Information - **Project Name**: elasticSearch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # elasticSearch #### 介绍 elasticSearch 是一款分布式、可扩展、实时的搜索引擎 #### 核心内容 - 索引 ==>相当于sql的DB - 类型 ==>相当于sql的table - 文档 ==> 相当于sql的表记录 #### 注意的地方 1. springboot集成elasticSearch应与安装的elasticSearch版本一致,否则连接不上 2. 连接时应查询安装的elasticSearch的集群cluster_name 3. 查询cluster_name直接在浏览器打开 es_ip:9200 #### Restful api 1. 访问:http://ip:/<索引>/<类型>/<文档id>