Răsfoiți Sursa

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 ani în urmă
părinte
comite
54466938da
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/reference/mapping/fields/timestamp-field.asciidoc

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