From 3c24ea43fdd641f59eee2bf8a2979d7f8ca0a821 Mon Sep 17 00:00:00 2001 From: Josh Becker Date: Fri, 26 Aug 2016 13:00:49 -0400 Subject: [PATCH] Docs: Remove extra word from phrase-suggester --- docs/reference/search/suggesters/phrase-suggest.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/suggesters/phrase-suggest.asciidoc b/docs/reference/search/suggesters/phrase-suggest.asciidoc index 03cbb5af35c..78b6a78119d 100644 --- a/docs/reference/search/suggesters/phrase-suggest.asciidoc +++ b/docs/reference/search/suggesters/phrase-suggest.asciidoc @@ -314,7 +314,7 @@ The direct generators support the following parameters: The suggest mode controls what suggestions are included on the suggestions generated on each shard. All values other than `always` can be thought of as an optimization to generate fewer suggestions to test on each shard and - are not rechecked at when combining the suggestions generated on each + are not rechecked when combining the suggestions generated on each shard. Thus `missing` will generate suggestions for terms on shards that do not contain them even other shards do contain them. Those should be filtered out using `confidence`. Three possible values can be specified: