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
When creating an index using Nest and the following syntax
client.CreateIndex(indexName, i =>i.Settings(st =>st.Analysis(a =>a.Analyzers(ad =>ad.Snowball("snowball_analyzer", s =>s.Language(SnowballLanguage.English)))))