Fix error in documentation

Indexation does not fail if no timestamp provided when there is a default value defined in mapping.
This commit is contained in:
Alban Perillat-Merceroz 2014-11-21 17:23:38 -08:00 committed by Simon Willnauer
parent bb81055c33
commit 54466938da
1 changed files with 1 additions and 1 deletions

View File

@ -122,5 +122,5 @@ You can also set the default value to any date respecting <<mapping-timestamp-fi
}
--------------------------------------------------
If you don't provide any timestamp value, indexation will fail.
If you don't provide any timestamp value, _timestamp will be set to this default value.