A Spring Boot starter for integrating Elasticsearch with Spring Data Elasticsearch, simplifying search and analytics.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Injects ElasticsearchOperations in a Spring component for Elasticsearch access.
Use the same Spring Boot version as the starter (e.g., 4.0.6 for Boot 4.0.x).
No dependency data recorded yet.