https://yyjccc.github.io/2024/06/02/Elasticsearch/ Elasticsearch基于java编写的Lucence的一层封装 基本概念Elasticsearch是面向文档的,关系行数据库 索引(indices):对应mysql中的数据库 types: 对应表 documents: 对应mys
https://yyjccc.github.io/2024/06/02/Elasticsearch/
Elasticsearch基于java编写的Lucence的一层封装
基本概念Elasticsearch是面向文档的,关系行数据库
索引(indices):对应mysql中的数据库
types: 对应表
documents: 对应mys