opensearch-java icon indicating copy to clipboard operation
opensearch-java copied to clipboard

[FEATURE] IcuCollationKeywordProperty - Add language, country and variant parameters

Open 3M35 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem?

Im not sure, if i'm missing something, but i cant find a way to set the language, country and variant parameters for the icu_collation_keyword through the java-client.

What solution would you like?

Add language, country and variant parameters to IcuCollationKeywordProperty

What alternatives have you considered?

None

Do you have any additional context?

Im using Version 2.14.0 of the client and i'm trying to set these parameters like described here: https://www.elastic.co/guide/en/elasticsearch/plugins/7.10/analysis-icu-collation-keyword-field.html Here's Elastics IcuCollationProperty with the suggested parameters: https://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/8.15.0/co/elastic/clients/elasticsearch/_types/mapping/IcuCollationProperty.html

3M35 avatar Sep 05 '24 14:09 3M35

[Catch All Triage - 1, 2, 3]

@3M35 Looks like this is missing. Care to attempt a PR to fix this?

andrross avatar Sep 23 '24 16:09 andrross

@andrross Don't think, i would be able to at the moment due to a lack of time and experience.

3M35 avatar Oct 07 '24 13:10 3M35

This was added in v2.19.0 of the client: https://github.com/opensearch-project/opensearch-java/blob/main/CHANGELOG.md#2190---12122024

Xtansia avatar Jan 06 '25 23:01 Xtansia