From a8242e6c8cd02d508fc1ac25b19097607c8d0b47 Mon Sep 17 00:00:00 2001 From: Tiago Alves Macambira <tmacam@burocrata.org> Date: Mon, 5 May 2014 10:53:37 -0300 Subject: [PATCH] Clarify `missing` behavior. --- docs/reference/search/suggesters/term-suggest.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/search/suggesters/term-suggest.asciidoc b/docs/reference/search/suggesters/term-suggest.asciidoc index 08639d7f9c9..55fce633481 100644 --- a/docs/reference/search/suggesters/term-suggest.asciidoc +++ b/docs/reference/search/suggesters/term-suggest.asciidoc @@ -43,8 +43,8 @@ doesn't take the query into account that is part of request. included or controls for what suggest text terms, suggestions should be suggested. Three possible values can be specified: + - ** `missing`: Only suggest terms in the suggest text that aren't in - the index. This is the default. + ** `missing`: Only provide suggestions for suggest text terms that are + not in the index. This is the default. ** `popular`: Only suggest suggestions that occur in more docs then the original suggest text term. ** `always`: Suggest any matching suggestions based on terms in the