diff --git a/docs/reference/modules/scripting/expression.asciidoc b/docs/reference/modules/scripting/expression.asciidoc index d941fa2f4a4..61e28e05298 100644 --- a/docs/reference/modules/scripting/expression.asciidoc +++ b/docs/reference/modules/scripting/expression.asciidoc @@ -99,9 +99,9 @@ The following example shows the difference in years between the `date` fields da |`doc['field_name'].empty` |A boolean indicating if the field has no values within the doc. -|`doc['field_name'].lat` |The latitude of the geo point, or `null`. +|`doc['field_name'].lat` |The latitude of the geo point. -|`doc['field_name'].lon` |The longitude of the geo point, or `null`. +|`doc['field_name'].lon` |The longitude of the geo point. |======================================================================= The following example computes distance in kilometers from Washington, DC: