elastic/elasticsearch

Remove the `snowball` analyzer

Open

#8690 opened on Nov 27, 2014

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (76,700 stars) (25,882 forks)batch import
:Search Relevance/Analysis>breakingTeam:Search Relevancehelp wanted

Description

The snowball analyzer has been removed in Lucene 5.0 in favour of the english language analyzer.

In 2.0, we should automatically upgrade indices which use it to use the english analyzer instead, and refuse to create new indices which specify the snowball analyzer.

Contributor guide