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:
parent
bb81055c33
commit
54466938da
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue