From 7a4969304bf656f914bcc8327cf6236a3b8e0ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Mon, 17 Dec 2018 16:29:31 +0100 Subject: [PATCH] [Docs] Delete explanation for completion suggester default analyzer choice The explanation given in the completion suggester documentation why we use the "simple" analyzer as the default is no longer valid. Since we still use "simple" as the default, we should just delete the explanation that doesn't fit anymore. Closes #36715 --- docs/reference/search/suggesters/completion-suggest.asciidoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/reference/search/suggesters/completion-suggest.asciidoc b/docs/reference/search/suggesters/completion-suggest.asciidoc index b2b7f7a443708..85ee1f7d1d305 100644 --- a/docs/reference/search/suggesters/completion-suggest.asciidoc +++ b/docs/reference/search/suggesters/completion-suggest.asciidoc @@ -47,10 +47,6 @@ Mapping supports the following parameters: `analyzer`:: The index analyzer to use, defaults to `simple`. - In case you are wondering why we did not opt for the `standard` - analyzer: We try to have easy to understand behaviour here, and if you - index the field content `At the Drive-in`, you will not get any - suggestions for `a`, nor for `d` (the first non stopword). `search_analyzer`:: The search analyzer to use, defaults to value of `analyzer`.