Skip to content
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

Allow to disable automatic date detection #1051

Closed
darkhelmet opened this issue Jun 21, 2011 · 0 comments
Closed

Allow to disable automatic date detection #1051

darkhelmet opened this issue Jun 21, 2011 · 0 comments

Comments

@darkhelmet
Copy link

It will decide some things are dates, then blow up when they aren't, resulting in things not getting indexed. Broken off of #604

The mapping setting should be placed on the root object mapping, and called date_detection. Set it to false to disable it. For example:

{
    "my_type" : {
        "date_detection" : false
    }
}
@kimchy kimchy closed this as completed in b17c2b0 Jul 10, 2011
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants