Springboot 整和/集成 ElasticSearch
摘要:1.依赖 2.properties配置 3.使用 一 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
阅读全文
posted @
2021-12-24 22:59
biind
阅读(47)
推荐(0) 编辑
ElasticSearch 基本操作
摘要:1.创建索引put:http://localhost:9201/test1{ "mappings": { "properties": { "id": { "type": "long", "store": true }, "name": { "type": "text", "store": true
阅读全文
posted @
2021-12-24 22:14
biind
阅读(42)
推荐(0) 编辑
ElasticSearch 安装及配置 搭建集群
摘要:1.ElasticSearch 2.ElasticSearch-Head-Master 3.搭建集群(至少启动2个节点,否则集群连接不了) 1.下载ElasticSearchhttps://www.elastic.co/cn/start启动命令:bin/elasticsearch.bat 访问:ht
阅读全文
posted @
2021-12-22 23:14
biind
阅读(91)
推荐(0) 编辑