mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
parent
8d0fc47d3c
commit
67f43ffc5f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user