Closed
Description
Mohsin Husen opened DATAES-62 and commented
While creating mapping it should also include datatype detection as below
date_detection :
{
"tweet" : {
"date_detection" : false,
"properties" : {
"message" : {"type" : "string"}
}
}
}
numeric_detection
{
"tweet" : {
"numeric_detection" : true,
"properties" : {
"message" : {"type" : "string"}
}
}
}
No further details from DATAES-62