Eliak
Eliak
### Java API client version 7.17.8 ### Java version 8 ### Elasticsearch Version 7.17 ### Problem description There is no way to acquire failed nodes field (/_nodes/failed) from query result....
`NullPointerException` throws when class using `com.fasterxml.jackson.annotation.JsonIdentityInfo` annotation to avoid circular references. `JsonIdentityInfo` annotation generates property of type: `com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty`. And result of method `ObjectIdValueProperty#getMember` always is `null`. This is an example...