elasticsearch/modules/analysis-common
Benjamin Trent a92b1d6892
Adjust exception thrown when unable to load hunspell dict (#123743)
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: https://github.com/elastic/elasticsearch/issues/123729
2025-03-06 06:19:21 +11:00
..
src Adjust exception thrown when unable to load hunspell dict (#123743) 2025-03-06 06:19:21 +11:00
build.gradle Adjust exception thrown when unable to load hunspell dict (#123743) 2025-03-06 06:19:21 +11:00