[DOCS] Fix formatting for fieldata docs (#67017) (#67025)

This commit is contained in:
James Rodewig 2021-01-05 12:36:25 -05:00 committed by GitHub
parent 8d0fc47d3c
commit 67f43ffc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,9 +154,8 @@ The following parameters are accepted by `text` fields:
aggregations, sorting, or scripting. If you try to sort, aggregate, or access aggregations, sorting, or scripting. If you try to sort, aggregate, or access
values from a script on a `text` field, you will see this exception: values from a script on a `text` field, you will see this exception:
[literal]
Fielddata is disabled on text fields by default. Set `fielddata=true` on Fielddata is disabled on text fields by default. Set `fielddata=true` on
[`your_field_name`] in order to load fielddata in memory by uninverting the `your_field_name` in order to load fielddata in memory by uninverting the
inverted index. Note that this can however use significant memory. inverted index. Note that this can however use significant memory.
Field data is the only way to access the analyzed tokens from a full text field Field data is the only way to access the analyzed tokens from a full text field