Browse Source

Missing word in docs

Clinton Gormley 9 years ago
parent
commit
2fa573bc58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/params/store.asciidoc

+ 1 - 1
docs/reference/mapping/params/store.asciidoc

@@ -1,7 +1,7 @@
 [[mapping-store]]
 === `store`
 
-By default, field values <<mapping-index,indexed>> to make them searchable,
+By default, field values are <<mapping-index,indexed>> to make them searchable,
 but they are not _stored_.  This means that the field can be queried, but the
 original field value cannot be retrieved.