Peter-Josef Meisch
Peter-Josef Meisch
That would be an API change and thus would not be integrated into the 4.4 branch. In the main branch (that will be 5.0) this part is already deprecated in...
Spring Data 2022.0.0 (and so Spring Data Elasticsearch 5.0.0) is planned for mid-November. The next releases for 4.4 won't be earlier - we just had one last Thursday. I did...
Yes, the custom options are part of the underlying `co.elastic.clients.transport.TransportOptions` that is used by Spring Data Elasticsearch 5 for the imperative and reactive clients. I linked the relevant documentation and...
Looking at https://github.com/elastic/elasticsearch/pull/90341 this will be in branch 8.5, so need to keep this a little linger.
Seems not currently. This would need to be added as an addition to the `RuntimeField` class.
what do you mean with "same generated id"? Who creates this id?**** > If I understand correctly usage of seq_no + primary_term is still not possible in the creation phase...
That won't be too hard, it means to add new overloaded versions of `save` to the `(Reactive)DocumentOperations` interface and to implement these.
https://www.elastic.co/guide/en/elasticsearch/reference/8.4/search-fields.html#docvalue-fields
On which OS with which Java version is this happening?