Peter-Josef Meisch
Peter-Josef Meisch
Hm, thanks for this hint. Can you provide an example of what worked before and is breaking now. Not sure, if this behavioural change should have been.
Thank you for the sample code. You are right, this breaking change should have been documented, we missed that. I updated the migration guide from version 5.2 to 5.3 to...
In this way it's definitely not possible, as this would change the type of the `Field.excludeFromSource` from `Boolean` to `String`. It might be a good thing to have some kind...
> code improvement in the process of generating nested query what exactly do you mean here? * A different way to produce the same nested query from a `CriteriaQuery` as...
Thanks for notifying about this change, I'll have a look of how this can be integrated or extended into Spring Data Elasticsearch. > In a Spring project, there is a...
This seems not to be part of the current version 8.8.1 of the Elasticsearch client.
Might be. The [official docs](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/connecting.html#connecting) do not mention or explain this, so it would be down to go into the implementation and check what can be done.
With #2702 it is now possible to provide a custom `ElasticsearchTransport` implementation in an implementation of the `ElasticsearchConfiguration` class, that opens the door to use other clients by providing a...
Sorry, I don't have the time to write another `ElasticsearchTransport` implementation that uses `WebClient` and it would bring no additional value to Spring Data Elasticsearch itself. It would not give...
There is nothing more than what I wrote over a year ago. You can implement a ElasticsearchTransport and integrate this in Spring-Data-Elasticsearch. We do not use the WebClient for reactive...