-
Spring Boot 3 no longer supports the high level REST interface: RestHighLevelClient - which is what we currently use.
See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migrati…
-
### 설정 레퍼런스
- https://docs.spring.io/spring-data/elasticsearch/reference/
- https://www.devkuma.com/docs/spring-data-elasticsearch/quick-guide/
-
We've made some initial progress in #7148, #6613, #6537, #6497, #6484, #6486, #6485, #5774, #5688, #5679, #5668, #5660, #5596, #5581, #5521, #5504, #5399, #3768, #3525 (among others)
But there's so…
-
skip
-
Hi, I have written a guide for Spring Data Elasticsearch. It performs the following:
- Sets up elasticsearch cluster in the local machine.
- Stores data in the form of documents in the e…
-
for a field type that we want to map to flattened object field, it can be annotated with `@FieldType.Flattened` which is mapped to "flattened" field type in elasticsearch. But opensearch does not rec…
-
From the discussion in thread [2067](https://github.com/spring-projects/spring-data-elasticsearch/issues/2067), there is no [BulkProcessor](https://www.elastic.co/guide/en/elasticsearch/client/java-r…
-
## 目录
* [x] [项目依赖及配置](https://github.com/coder-yuxing/trainee-parent/issues/16#issuecomment-1013692681)
* [x] [使用注解配置Elasticsearch文档元数据与Java对应的映射](https://github.com/coder-yuxing/trainee-parent/iss…
-
Hello Spring Data Elasticsearch team,
Wanted to start a small issue regarding a SpringBoot app, which has micrometer + actuator + Spring Data Elasticsearch please.
This issue is based on the ver…
-
To reproduce, created a clean grails 3.1.x project (with `grails create-app myapp`) and then adding the dependency `compile 'org.springframework.data:spring-data-elasticsearch'`.
When I try to run (t…