Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Feb 27, 2014 · 1 comment · Fixed by #1810
Assignees
Labels
in: mapping Mapping and conversion infrastructure type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

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

@spring-projects-issues
Copy link
Author

spring-projects-issues commented Mar 11, 2020

sothawo commented

for numeric_detection: current (7.6) docs date_detection info on the same page

@spring-projects-issues spring-projects-issues added type: enhancement A general enhancement in: mapping Mapping and conversion infrastructure labels Dec 31, 2020
@sothawo sothawo self-assigned this May 12, 2021
sothawo added a commit that referenced this issue May 13, 2021
Original Pull Request #1810
Closes #638
@sothawo sothawo added this to the 4.3 M1 (2021.1.0) milestone May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: mapping Mapping and conversion infrastructure type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants