I am indexing and then querying an dictionary that contains a datetime
Some documents in the results contain a string representation of the date and some return and actual datetime.
The actual documents that have the datetime change if I re_index.
I am not using a custom mapping, I'm just letting elastic search decide the mapping, could this be part of the problem?