spring-data-elasticsearch
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...
**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...
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...
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...
elasticsearch sql like this: select count(1) from "indexPrefix*"
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...
Referring to #2647, this is a general enhancement that would address that issue as well.
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...
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...
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...
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...