Registry / database / spring-boot-starter-data-elasticsearch

spring-boot-starter-data-elasticsearch

JSON →
library4.0.6javamavenunverified

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>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-data-elasticsearch
databasejavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ElasticsearchOperations
org.springframework.data.elasticsearch.core.ElasticsearchOperations

Injects ElasticsearchOperations in a Spring component for Elasticsearch access.

import org.springframework.data.elasticsearch.core.ElasticsearchOperations; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; @Component public class Example { @Autowired private ElasticsearchOperations operations; public void use() { System.out.println("Elasticsearch operations ready"); } }
Debug
Known issues
breakingSpring Boot version must match starter version; incompatible versions cause runtime errors.
fix
Use the same Spring Boot version as the starter (e.g., 4.0.6 for Boot 4.0.x).
affects: *
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources
spring-boot-starter-data-elasticsearch — mvn dependency:get spring-boot-starter-data-elasticsearch · libregistry