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

This issue is for keeping track of https://github.com/elastic/elasticsearch-java/issues/286 in this project.

type: bug
external-dependency
new-client
version-5-only

it's possible to override the DEFAULT_BUFFER_LIMIT of 100Mb in ElasticsearchRestTemplate in all queries of ElasticsearchRestTemplate we are using **RequestOptions.DEFAULT** `execute(client -> client.index(request, RequestOptions.DEFAULT));` and the RequestOptions.DEFAULT contain hardcoded value of...

type: enhancement

Hi, In ReactiveElasticsearchTemplate.class there are such a methods like: - protected Mono doCount(SearchRequest request) - protected Flux doScroll(SearchRequest request) - protected Flux doFind(SearchRequest request) That methods catch NoSuchIndexException when index...

status: under investigation

This issue is for keeping track of https://github.com/elastic/elasticsearch-java/issues/264 in this project. Putting this in a separate issue to be able to proceed with https://github.com/spring-projects/spring-data-elasticsearch/issues/1973.

type: bug
external-dependency
new-client

We're using a _date index name_ processor to point a document to the right index based on a document's date field value. After saving the document we need to get...

type: enhancement

Hi, we are using spring-data-elasticsearch with version 4.3.0. Our backend is opensearch v1. Whenever we do too many requests opensearch sends HTTP 429 to throttle the client and to tell...

type: enhancement

Currently, if you do a saveAll, the IndexQuery is build with OpType INDEX. This causes an error if you want to use it with a data-stream, as only create actions...

type: enhancement

Code related to the issue: https://github.com/neeraj7483/spring-data-elastic-issue # spring-data-elastic-issue Code for recreating the issue with custom routing spring boot version: 2.5.8 spring-data-elastic version: 4.2.7 ElasticSearch version: 7.15.2 ## PREREQUISITE 1. Elastic-Search...

type: enhancement

It would be cool if elasticsearch querys can be used @Query using Spring Expression Language, similar like spring-data-jpa uses on its @Query annotated methods, this to be able to reduce...

type: enhancement

I am working on support for composable index templates. #1458 According to the [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-template.html#put-index-template-api-request-body) Properties of alias: > filter (Optional, Query DSL object) Query used to limit documents the alias...

status: waiting-for-triage