mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
Clarify that the null_value
option doesn't modify the _source
document. (#28374)
Closes #15959
This commit is contained in:
parent
89b4485511
commit
3f5716b9b8
@ -50,3 +50,6 @@ GET my_index/_search
|
||||
|
||||
IMPORTANT: The `null_value` needs to be the same datatype as the field. For
|
||||
instance, a `long` field cannot have a string `null_value`.
|
||||
|
||||
NOTE: The `null_value` only influences how data is indexed, it doesn't modify
|
||||
the `_source` document.
|
||||
|
Loading…
x
Reference in New Issue
Block a user