Mapping below.
Docs need to be able to have non-null start date and null end date.
How do I specify null_value for each date in date_range individually?
{
"de-mr-j-2019.06" : {
"mappings" : {
"date_detection" : false,
"numeric_detection" : false,
"properties" : {
"@effective_time" : {
"type" : "date",
"null_value" : "1970-01-01T00:00:00+00:00"
},
"@effective_time_end" : {
"type" : "date",
"null_value" : "1970-01-01T00:00:00+00:00"
},
"@effective_time_range" : {
"type" : "date_range"
},