Peter-Josef Meisch

Results 161 comments of Peter-Josef Meisch
trafficstars

ok, thanks for the info. So that will probably take some time until general availability.

I installed Joplin 3.0.12 now, but still this is not supported?

That's right, would need to check if the Elasticsearch Java client supports this.

ok, the Java client has a `co.elastic.clients.elasticsearch.sql.ElasticsearchSqlClient`, so support for this could be implemented.

I had a deeper look today. Althoug integrating the query part is quite easy, it is way harder to find a good way to parse the response returned from an...

This won't definitely not be added to version 4, as 5.0 is already released, and new features are not backported to old versions.

> Would upgrading to Spring Data Elasticsearch 5 require us to adopt Spring Boot 3 and Spring 6? yes. But this feature would need to be implemented ayway first. The...

I assume you are talking about calls to `ReactiveSearchOperations.search(Query,...)` as this is the only place where in the implementation _search_after_ is used? So you are setting a `FieldCollapse` on a...

Implemented on _main_ branch and backported to current _5.3.x_.