Skip to content

Commit

Permalink
[Docs] Delete explanation for completion suggester default analyzer c…
Browse files Browse the repository at this point in the history
…hoice (elastic#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 elastic#36715
  • Loading branch information
Christoph Büscher committed Apr 9, 2019
1 parent 37b1c62 commit be12733
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/reference/search/suggesters/completion-suggest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit be12733

Please sign in to comment.