elastic/elasticsearch

Remove the `snowball` analyzer

オープン

#8,690 opened on 2014/11/27

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Java (25,882 件のフォーク)batch import
:Search Relevance/Analysis>breakingTeam:Search Relevancehelp wanted

Repository metrics

Stars
 (76,700 個のスター)
PR merge metrics
 (平均マージ 2d) (30d で 1,000 merged PRs)

説明

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.

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