摘要: @SpringBootTest public class RestHighLevelClientForDocumentTest { private RestHighLevelClient restHighLevelClient; @Autowired public RestHighLevelClie 阅读全文
posted @ 2022-01-18 23:23 不是孩子了 阅读(710) 评论(0) 推荐(0)
摘要: 与我们kibana语法几乎无缝衔接 @SpringBootTest public class RestHighLevelClientTest { private RestHighLevelClient restHighLevelClient; @Autowired public RestHighLe 阅读全文
posted @ 2022-01-18 21:59 不是孩子了 阅读(1898) 评论(0) 推荐(0)
摘要: #对象 package com.study.entity; import org.springframework.data.annotation.Id; import org.springframework.data.elasticsearch.annotations.Document; impor 阅读全文
posted @ 2022-01-18 20:55 不是孩子了 阅读(305) 评论(0) 推荐(0)