We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
sothawo commented
for numeric_detection: current (7.6) docs date_detection info on the same page
Sorry, something went wrong.
datatype detection support in mapping.
38b1763
Original Pull Request #1810 Closes #638
sothawo
Successfully merging a pull request may close this issue.
Mohsin Husen opened DATAES-62 and commented
While creating mapping it should also include datatype detection as below
date_detection :
numeric_detection
No further details from DATAES-62
The text was updated successfully, but these errors were encountered: