elastic/elasticsearch

Remove the `snowball` analyzer

Open

#8,690 opened on Nov 27, 2014

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

Repository metrics

Stars
 (76,700 stars)
PR merge metrics
 (Avg merge 2d) (1,000 merged PRs in 30d)

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