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
Description of the problem including expected versus actual behavior: When using SnowballAnalyzer with language set to "German" the language in the index becomes "Ferman" due to a spelling error. This causes indexing to fail. It seems to still exist: elasticsearch-net/src/Nest/Analysis/Languages/SnowballLanguage.cs
Steps to reproduce:
Add a Snowball analyzer with language set to "German".