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
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "unknown setting [index.filter.my_snow.language] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"
}
],
"type": "illegal_argument_exception",
"reason": "unknown setting [index.filter.my_snow.language] please check that any required plugins are installed, or check the breaking changes documentation for removed settings",
"suppressed": [
{
"type": "illegal_argument_exception",
"reason": "unknown setting [index.filter.my_snow.type] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"
}
]
},
"status": 400
}
Additional info
I am running Elasticsearch 8.9.0 according to my research there should not be a plugin necessary to use snowball analysis.
The text was updated successfully, but these errors were encountered:
Type of issue
Inaccurate
What documentation page is affected
https://www.elastic.co/docs/reference/text-analysis/analysis-snowball-tokenfilter
What happened?
Followed the Snowball token filter example to create an English custom analyzer for a property on a new index. I have noted the request/response:
Request:
PUT /my-index-00001
Response:
Additional info
I am running Elasticsearch 8.9.0 according to my research there should not be a plugin necessary to use snowball analysis.
The text was updated successfully, but these errors were encountered: