Clarify that the `null_value` option doesn't modify the `_source` document. (#28374)

Closes #15959
This commit is contained in:
Adrien Grand 2018-01-31 15:04:11 +01:00 committed by GitHub
parent 89b4485511
commit 3f5716b9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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