spring-data-elasticsearch icon indicating copy to clipboard operation
spring-data-elasticsearch copied to clipboard

Provide support to increase developer productivity in Java when using Elasticsearch. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data a...

Results 90 spring-data-elasticsearch issues
Sort by recently updated
recently updated
newest added

**Expected Behavior** In a Spring project, there is a very high likelyhood a Spring RestTemplate, Spring WebFlux Webclient is already on the classpath. it will be a great improvement for...

type: enhancement

It is common to have multiple indexes with the same document structure. E.g. rolling indices over time and having a wildcard alias. Sometimes one wants to select different IndexCoordinates than...

status: waiting-for-triage

This is a feature request. I'm migrating a platform from Apache Solr to ElasticSearch and I'm struggling in creating dynamic fields like Apache Solr used to have. I need facets...

type: enhancement

elasticsearch sql like this: select count(1) from "indexPrefix*"

type: enhancement

Hello team, I wanted to reach out with an issue observed while trying to use the method save() and/or saveAll() from spring data elasticsearch, when the index name is on...

type: enhancement

Referring to #2647, this is a general enhancement that would address that issue as well.

type: enhancement

https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html The request body for index creation takes a mapping object, a setting object and an alias object. Today we can define the mapping and setting by annotation upon index...

type: enhancement

This ticket is the result of two weeks of experiments. I'll try to put all the information because It might be something wrong with RestHighLevelClient doing deleteByQuery. I have been...

status: feedback-provided

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...

type: enhancement

It is common to have multiple indexes with the same document structure. E.g. rolling indices over time and having a wildcard alias. Sometimes one wants to select different IndexCoordinates than...

type: enhancement