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...
**[Sani](https://jira.spring.io/secure/ViewProfile.jspa?name=schabiyo)** opened **[DATAES-118](https://jira.spring.io/browse/DATAES-118?redirect=false)** and commented --- No further details from [DATAES-118](https://jira.spring.io/browse/DATAES-118?redirect=false)
**[sothawo](https://jira.spring.io/secure/ViewProfile.jspa?name=sothawo)** opened **[DATAES-900](https://jira.spring.io/browse/DATAES-900?redirect=false)** and commented After [DATAES-433](https://jira.spring.io/browse/DATAES-433) introduced the join_type into mapping and object storage, the has_child and has_parent queries need to be introduced --- No further details from [DATAES-900](https://jira.spring.io/browse/DATAES-900?redirect=false)
**[sothawo](https://jira.spring.io/secure/ViewProfile.jspa?name=sothawo)** opened **[DATAES-916](https://jira.spring.io/browse/DATAES-916?redirect=false)** and commented Object properties that are no field-backed but provided by a getter/setter method should be supported.Currently adding the `@AccessType` annotation works but requires to have a...
Hi.. @ Override public SearchHits search(Query query, Class clazz, IndexCoordinates index, RequestOptions requestOptions) { SearchRequest searchRequest = requestFactory.searchRequest(query, clazz, index); SearchResponse response = null; if(Objects.isNull(requestOptions)) { SearchResponse response = execute(client...
Since Elasticsearch 8.4 there is a bug in Elasticsearch (see https://github.com/elastic/elasticsearch/issues/89760) which can lead to Elasticsearch not returning the correct number of hits. This will then result incorrect results returned...
Do you have a plan to support `docvalue_fields`?