-
Notifications
You must be signed in to change notification settings - Fork 264
Allow unicode_set_filter in IcuNormalizationCharFilter #994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have a PR to fix the problem: elastic/elasticsearch-specification#4275 |
hey @burakfahri thanks for the report and fix! someone will take care of this in the specification repo, then we'll regenerate the java client to fix the issue |
Hello @l-trotta, let me know if I can do anything more about it please |
Hello @l-trotta , do you know when are you going to regenerate the new java client with the new fixes? Correct me if I am wrong, but I see that the PR that is merged will be back ported on version 8.17 and 8.18. I still can not see the changes on the code: https://github.com/elastic/elasticsearch-java/blob/v8.18.1/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/IcuNormalizationCharFilter.java |
Hey @burakfahri, yes the java client wasn't regenerated yet since the PR with the fix was merged, my mistake, I was sure I included it in the latest releases. Next releases will be early next week, and the fix will be there for sure :) |
thanks @l-trotta |
fix available right now in version 8.17.7 of the client! |
Uh oh!
There was an error while loading. Please reload this page.
Java API client version
8.16.1
Java version
21
Elasticsearch Version
8.13.4
Problem description
In
IcuNormatlizationChatFilter
class, there is no field calledunicode_set_filter
. We use it to control which letters are normalized(documentation: https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu-normalization-charfilter.html). The exception that we get is like the following:The text was updated successfully, but these errors were encountered: