[Docs] Fix typo in field-names-field.asciidoc (#46430)

This commit is contained in:
Anton 2019-09-06 19:01:34 +03:00 committed by Christoph Büscher
parent b05c0f333d
commit 6ae1ae9c9a
1 changed files with 1 additions and 1 deletions

View File

@ -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]
--------------------------------------------------