elastic/elasticsearch

Deprecate keyword_repeat in favor of the new multiplexer filter

Open

#33,562 opened on Sep 10, 2018

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

Repository metrics

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

Description

Looking at the docs, keyword_repeat seems to be mostly designed as a way to have both stemmed and original tokens indexed, which is now better handled by the multiplexer filter.

Should we deprecate keyword_repeat?

Contributor guide