[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:
parent
08ecdfe20e
commit
40638d7b28
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue