Laura Trotta

Results 80 comments of Laura Trotta

Hello, thanks for the report! I'll have to investigate this a bit more because `NodeAllocationExplanation.deciders` seems to be required server side, so I'm not sure how it's missing, also while...

Hello, thank you for the report! This seems correct to me, on the `TermvectorsRequest` side the `id` is optional, while on the `TermvectorsResponse` side it's mandatory as the server will...

Hello and thanks for the report. I tried reproducing this issue using `adjacencyMatrix`, but didn't manage to get an exception, so it might be something we already fixed, If this...

Thanks for the report, this is probably an issue with the java client code generator, it affects both the `gauss` and `exp` variants of the functions by setting them as...

I'm closing this since we're tracking the effort to update the transport layer somewhere else, if anyone have further questions please consider writing on our [discuss forum](https://discuss.elastic.co/tag/language-clients) :)

fixed with #759 , the issue will be solved in the next release.

Hello and sorry for the long wait. `index.mapping.total_fields.limit` in the java client can be set by using the `settings` field when creating an index, for example: ``` esClient.indices().create(c -> c...

This was fixed in recent client versions, thanks for the report! @p4charu if the other error you're reporting still exists please open another issue and we'll take a look there...

Thanks for the report :) the problems related to MultiTerms Aggregation configuration have already been fixed in newer versions of the client, so I'm closing this.

Hey! So if I understood correctly you need to perform an "age" aggregation with a "name" sub aggregation; let me show you first how I would write this using lambdas,...