Postman调用接口操作ElasticSearch分布式搜索和分析引擎

关系型数据库: Databases(库)→Tables(表)→Rows(行)→Columns(列)ElasticSearch:Indeces(索引)→Types(类型)→Documents(文档)→Fileds(属性)*types: type的概念在ES7.0之后被删除了基础操作一、查看所有inde

SpringBoot集成ElasticSearch分布式搜索和分析引擎

项目中使用的ElasticSearch 版本为7.9.3。一、引入pom依赖<dependency>    <groupId>org.elasticsearch.client</groupId>    <artifac