Answer the question
In order to leave comments, you need to log in
How to force elasticsearch to have null in date type field?
Hello!
In mappings:
"Date": {
"properties": {
"Full": {
"type": "date",
"index":"not_analyzed",
"format": "yyyy-MM-dd",
"null_value": "NULL"
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question