Correcting gramma

This commit is contained in:
violuke 2014-05-03 22:21:52 +01:00 committed by Clinton Gormley
parent 78b85d658c
commit 9ed34b5a9e
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ miles) of this geo point field from the provided geohash.
=== Stored Fields
Stored fields can also be accessed when executing a script. Note, they
are much slower to access compared with document fields, but are not
are much slower to access compared with document fields, as they are not
loaded into memory. They can be simply accessed using
`_fields['my_field_name'].value` or `_fields['my_field_name'].values`.