You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Bfindlay Great, thank you.
Will this fix be included in next release 2.9.0? What is the approximate date for the next release? Can I find somewhere a build package from the main branch to test this fix without waiting for the release?
What is the bug?
Using of custom plugin-defined keyword field type icu_collation_keyword in the index mapping will lead to an error during response deserialization:
Missing Required Property Builder.<variant kind>
Can be reproduced by the following code:
Index mapping example:
Seems like this is known issue and was fixed in elasticsearch-java sources as a part of this
Perhaps, this is a duplicate of #611 but with more specific details.
There is a possible workaround but it does not work with Apache HttpClient 5 Transport due to a different threads issue.
How can one reproduce the bug?
Use icu_collation_keyword in your index mapping.
What is the expected behavior?
The icu_collation field type should be deserialized without errors.
What is your host/environment?
Windows
OpenSearch Java Client 2.6.0
Java 11
The text was updated successfully, but these errors were encountered: