Text categorization

Hi,
in elastic search there is a nice feature called " Categorize text aggregation" where you can group in to buckets similar texts.
Does Open search has something similar?

in my documents i have a property called “Message” that is of type “text”, and i want to group this field in to buckets depending on similarities.

@fisherijus The OpenSearch is a fork of ElasticSearch 7.10.2. The Categorize text aggregation was implemented in ElasticSearch 7.16

As per OpenSearch documentation the Categorize text aggregation is not available in Bucket aggregations.

If you’d like such functionality in OpenSearch, please open a feature request in OpenSearch GitHub. Please share the link to the GitHub FR here if you create one.