Skip to content

Commit 67f43ff

Browse files
authored
[DOCS] Fix formatting for fieldata docs (#67017) (#67025)
1 parent 8d0fc47 commit 67f43ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/mapping/types/text.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ The following parameters are accepted by `text` fields:
154154
aggregations, sorting, or scripting. If you try to sort, aggregate, or access
155155
values from a script on a `text` field, you will see this exception:
156156

157-
[literal]
158157
Fielddata is disabled on text fields by default. Set `fielddata=true` on
159-
[`your_field_name`] in order to load fielddata in memory by uninverting the
158+
`your_field_name` in order to load fielddata in memory by uninverting the
160159
inverted index. Note that this can however use significant memory.
161160

162161
Field data is the only way to access the analyzed tokens from a full text field

0 commit comments

Comments
 (0)