[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
This commit is contained in:
Christoph Büscher 2019-04-09 13:46:33 +02:00
parent 08ecdfe20e
commit 40638d7b28
1 changed files with 0 additions and 4 deletions

View File

@ -48,10 +48,6 @@ Mapping supports the following parameters:
[horizontal]
`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`.