Adjust exception thrown when unable to load hunspell dict#123743
Merged
elasticsearchmachine merged 10 commits intoelastic:mainfrom Mar 5, 2025
Merged
Adjust exception thrown when unable to load hunspell dict#123743elasticsearchmachine merged 10 commits intoelastic:mainfrom
elasticsearchmachine merged 10 commits intoelastic:mainfrom
Conversation
Collaborator
|
Hi @benwtrent, I've created a changelog YAML for you. |
Collaborator
|
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
…-dict-loading-error
…enwtrent/elasticsearch into bugfix/fix-hunspell-dict-loading-error
Collaborator
💔 Backport failed
You can use sqren/backport to manually backport by running |
This was referenced Mar 5, 2025
benwtrent
added a commit
to benwtrent/elasticsearch
that referenced
this pull request
Mar 5, 2025
…3743) On index creation, its possible to configure an hunspell analyzer, but reference a locale file that actually doesn't exist or isn't accessible. This error, like our other user dictionary errors, should be an IAE not an ISE. closes: elastic#123729 (cherry picked from commit a92b1d6)
Member
Author
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
benwtrent
added a commit
to benwtrent/elasticsearch
that referenced
this pull request
Mar 5, 2025
…3743) On index creation, its possible to configure an hunspell analyzer, but reference a locale file that actually doesn't exist or isn't accessible. This error, like our other user dictionary errors, should be an IAE not an ISE. closes: elastic#123729 (cherry picked from commit a92b1d6)
georgewallace
pushed a commit
to georgewallace/elasticsearch
that referenced
this pull request
Mar 11, 2025
…3743) On index creation, its possible to configure an hunspell analyzer, but reference a locale file that actually doesn't exist or isn't accessible. This error, like our other user dictionary errors, should be an IAE not an ISE. closes: elastic#123729
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On index creation, its possible to configure an hunspell analyzer, but reference a locale file that actually doesn't exist or isn't accessible.
This error, like our other user dictionary errors, should be an IAE not an ISE.
closes: #123729