From 6ae1ae9c9a0c28b5903496c19dbbc11a763a070e Mon Sep 17 00:00:00 2001 From: Anton <33043735+siffash@users.noreply.github.com> Date: Fri, 6 Sep 2019 19:01:34 +0300 Subject: [PATCH] [Docs] Fix typo in field-names-field.asciidoc (#46430) --- docs/reference/mapping/fields/field-names-field.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/fields/field-names-field.asciidoc b/docs/reference/mapping/fields/field-names-field.asciidoc index 1fe1760f133..7f6689dc43a 100644 --- a/docs/reference/mapping/fields/field-names-field.asciidoc +++ b/docs/reference/mapping/fields/field-names-field.asciidoc @@ -18,7 +18,7 @@ Disabling `_field_names` is often not necessary because it no longer carries the index overhead it once did. If you have a lot of fields which have `doc_values` and `norms` disabled and you do not need to execute `exists` queries using those fields you might want to disable -`_field_names` be adding the following to the mappings: +`_field_names` by adding the following to the mappings: [source,console] --------------------------------------------------