Drop ScriptDocValues#date
and ScriptDocValues#dates
in 7.0.0
#23008
Labels
ScriptDocValues#date
and ScriptDocValues#dates
in 7.0.0
#23008
ScriptDocValues#getDate
andScriptDocValues#getDates
are used in 5.x to getReadableDateTime
s fromScriptDocValues
of any numeric. In 6.0 we expect folks to get theirReadableDateTime
s by callingScriptDocValues#getValue
orScriptDocValues#getValues
ondate
typed fields. This isn't possible in 5.x currently becausedate
fields return millis-since-epoch fromReadableDateTime#value
. In 7.0 we expect everyone will have migrated togetValue
/getValues
and we can removegetDate
/getDates
.The text was updated successfully, but these errors were encountered: