Drop `search_analyzer` parameter from keyword.asciidoc (#24221)
`search_analyzer` isn't supported by `keyword` fields so this removes it from the documentation for them.
This commit is contained in:
parent
e69147a870
commit
0adaf9fb4c
|
@ -91,11 +91,6 @@ The following parameters are accepted by `keyword` fields:
|
||||||
the <<mapping-source-field,`_source`>> field. Accepts `true` or `false`
|
the <<mapping-source-field,`_source`>> field. Accepts `true` or `false`
|
||||||
(default).
|
(default).
|
||||||
|
|
||||||
<<search-analyzer,`search_analyzer`>>::
|
|
||||||
|
|
||||||
The <<analyzer,`analyzer`>> that should be used at search time on
|
|
||||||
<<mapping-index,`analyzed`>> fields. Defaults to the `analyzer` setting.
|
|
||||||
|
|
||||||
<<similarity,`similarity`>>::
|
<<similarity,`similarity`>>::
|
||||||
|
|
||||||
Which scoring algorithm or _similarity_ should be used. Defaults
|
Which scoring algorithm or _similarity_ should be used. Defaults
|
||||||
|
|
Loading…
Reference in New Issue