Skip to content

Commit 7dd3f0f

Browse files
author
Christoph Büscher
authored
[Docs] Delete explanation for completion suggester default analyzer choice (#36720)
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
1 parent d31207a commit 7dd3f0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/reference/search/suggesters/completion-suggest.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ Mapping supports the following parameters:
4848
[horizontal]
4949
`analyzer`::
5050
The index analyzer to use, defaults to `simple`.
51-
In case you are wondering why we did not opt for the `standard`
52-
analyzer: We try to have easy to understand behaviour here, and if you
53-
index the field content `At the Drive-in`, you will not get any
54-
suggestions for `a`, nor for `d` (the first non stopword).
5551

5652
`search_analyzer`::
5753
The search analyzer to use, defaults to value of `analyzer`.

0 commit comments

Comments
 (0)