Docs: clarify scale is applied at origin+offest (#20242)

- fixes #19832
This commit is contained in:
Greg Ichneumon Brown 2016-08-31 08:02:59 -07:00 committed by Clinton Gormley
parent 1a805bb675
commit 92c54aa4a1

View File

@ -318,7 +318,7 @@ In the above example, the field is a <<geo-point,`geo_point`>> and origin can be
math (for example `now-1h`) is supported for origin.
`scale`::
Required for all types. Defines the distance from origin at which the computed
Required for all types. Defines the distance from origin + offest at which the computed
score will equal `decay` parameter. For geo fields: Can be defined as number+unit (1km, 12m,...).
Default unit is meters. For date fields: Can to be defined as a number+unit ("1h", "10d",...).
Default unit is milliseconds. For numeric field: Any number.