[Docs] fix missing space

This commit is contained in:
David Pilato 2015-01-29 19:17:41 +01:00
parent c0fa60eb26
commit 878e46d7f9
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ If you don't provide any timestamp value, _timestamp will be set to this default
coming[1.5.0]
In elasticsearch 1.4, we allowed setting explicitly `"default":null` which is not possible anymore
as we added a new `ignore_missing`setting.
as we added a new `ignore_missing` setting.
When reading an index created with elasticsearch 1.4 and using this, we automatically update it by
removing `"default": null` and setting `"ignore_missing": false`