elastic/elasticsearch

Remove the `snowball` analyzer

Open

#8,690 opened on 2014年11月27日

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

説明

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.

コントリビューターガイド