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
Serverside icu_collation does not require many parameters, for instance we only use language and country. However, when trying to use builder in java api you have to specify ALL properties, even those which are listed as "expert" in the manual (https://www.elastic.co/guide/en/elasticsearch/plugins/master/analysis-icu-collation-keyword-field.html) or you end with exception such as co.elastic.clients.util.MissingRequiredPropertyException: Missing required property 'IcuCollationTokenFilter.casefirst'.