I just noticed that _timestamp and _ttl still use legacy numerics. We need to either forbid them on new indices (since they were deprecated in 2.0) or make them use points.
It is not strictly required to do it before 5.0 but that would be much better if 5.0 never created fields with legacy numerics.
I just noticed that
_timestampand_ttlstill use legacy numerics. We need to either forbid them on new indices (since they were deprecated in 2.0) or make them use points.It is not strictly required to do it before 5.0 but that would be much better if 5.0 never created fields with legacy numerics.