Laura Trotta

Results 80 comments of Laura Trotta

Hello, thanks for reporting this! I tried to reproduce this, but I'm getting the same errors both with the synchronous client and the asynchronous client. If this is still an...

Hello, thank you for reporting this. The definition of both the InferencePipelineAggregation and Inference config seems outdated, we will update it in the [API specification](https://github.com/elastic/elasticsearch-specification) used to produce the Java...

Thanks for the report! It's an error in the [API specification](https://github.com/elastic/elasticsearch-specification) used to produce the Java code (or most probably it wasn't updated after the server side change). We'll fix...

Hello, thanks for reporting this! This was recently fixed by converting all size-related field from integer to long, but just to be sure let me know if this is still...

Hello! The purpose of the `BinaryData` class is actually to provide a generic class for responses, for example when the server response is not in json format (for some APIs...

Hello! Getting the failed nodes should be: ``` esClient.nodes().stats().nodeStats().failed(); ``` or did you mean something else? let me know :)

Hello, thanks for the report! I'm sorry it's not really clear to me what the issue is, if the problem is persisting could you please send a snippet of your...

From google translate: 当has_child.type为数组时,反序列化异常 -> Deserialization exception when has_child.type is an array. If this is what you meant, I think the `type` field only supports strings and not arrays, as...

Hello, thank you for reporting this :) and sorry for the delay. This seems to be a bug related to #449, we'll investigate this.