1
0
Эх сурвалжийг харах

Fix error in documentation

Indexation does not fail if no timestamp provided when there is a default value defined in mapping.
Alban Perillat-Merceroz 11 жил өмнө
parent
commit
54466938da

+ 1 - 1
docs/reference/mapping/fields/timestamp-field.asciidoc

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