Skip to content

datatype detection support in mapping ( i.e. numeric_detection, date_detection etc..) [DATAES-62] #638

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: mappingMapping and conversion infrastructuretype: enhancementA general enhancement

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions