From fcf9456dd82e0ace0316448fbeb86573de32ca4a Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Thu, 24 Apr 2014 16:40:02 +0200 Subject: [PATCH] Update keyword-repeat-tokenfilter.asciidoc --- .../analysis/tokenfilters/keyword-repeat-tokenfilter.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/analysis/tokenfilters/keyword-repeat-tokenfilter.asciidoc b/docs/reference/analysis/tokenfilters/keyword-repeat-tokenfilter.asciidoc index fddab34f9f9e8..aa8c7a9b75285 100644 --- a/docs/reference/analysis/tokenfilters/keyword-repeat-tokenfilter.asciidoc +++ b/docs/reference/analysis/tokenfilters/keyword-repeat-tokenfilter.asciidoc @@ -2,8 +2,8 @@ === Keyword Repeat Token Filter The `keyword_repeat` token filter Emits each incoming token twice once -as keyword and once as a non-keyword to allow an un-stemmed version of a -term to be indexed side by site to the stemmed version of the term. +as keyword and once as a non-keyword to allow an unstemmed version of a +term to be indexed side by side with the stemmed version of the term. Given the nature of this filter each token that isn't transformed by a subsequent stemmer will be indexed twice. Therefore, consider adding a `unique` filter with `only_on_same_position` set to `true` to drop