目录
- <dependency>
- <groupId>org.elasticsearch.client</groupId>
- <artifactId>elasticsearch-rest-high-level-client</artifactId>
- <version>7.3.0</version>
- <exclusions>
- <exclusion>
- <groupId>org.elasticsearch</groupId>
- <artifactId>elasticsearch</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.elasticsearch</groupId>
- <artifactId>elasticsearch</artifactId>
- <version>7.3.0</version>
- </dependency>




@Test
public void te2() throws IOException {
System.out.println(1);
IndexRequest ir = new IndexRequest("test");
ir.id("1");
Map |

创建请求、2.执行、3.查看返回结果




ok
持续更新