Bob Penrod
Results
2
comments of
Bob Penrod
FYI, this does not appear to have been fixed by the changes in the API spec. It still throws ```java Exception in thread "main" co.elastic.clients.json.JsonpMappingException: Error deserializing co.elastic.clients.elasticsearch._types.analysis.Analyzer: Property 'type'...
This also happens for me with library versions 7.17.6 and 8.4.1 with the Get Index API, à la ```java client.indices().get(builder -> builder.index("*")) ``` It's a show-stopper for migrating to the...