Laura Trotta

Results 80 comments of Laura Trotta

Hello, thanks for reporting this! Yes `type` in both normalizers should be optional, it's an issue with the [API specification](https://github.com/elastic/elasticsearch-specification) used to produce the Java code. Once it's fixed the...

Hello, is this still an issue?

Hello, thanks for the report! Yes it seems like all properties in `ReloadDetails` are optional while we require them, it's an [API specification](https://github.com/elastic/elasticsearch-specification) issue, we'll fix it and regenerate the...

Hello, thanks for the report! Yes, `id` in TermVectorResponse should be optional since the server doesn't return it when it's not specified in the request. We'll fix it in the...

Hello, thanks for reporting this! Yes it seems like the serializer is ignoring the action field, we'll investigate this.

Hello, thank you for reporting this! Yes in theory it should work the same, we'll investigate on this.

Hello! I tried reproducing this, but did not manage to trigger the exception. Could you send an example on how to reproduce this? Also version 7.15.0 is not supported anymore,...

Hello! Thank you for reporting this, I'm getting a different error so I'll have to investigate this a bit more, but something is definitely not working.

Hello, thank you for the report! This is an issue in the [API specification](https://github.com/elastic/elasticsearch-specification) used to produce the Java code, we'll fix it and then regenerate the client to solve...

It was recently fixed in the spec with [this PR](https://github.com/elastic/elasticsearch-specification/pull/2490), so it should be in the next release of the client.