Browse Source

Correcting gramma

violuke 11 years ago
parent
commit
9ed34b5a9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/scripting.asciidoc

+ 1 - 1
docs/reference/modules/scripting.asciidoc

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