dateOptionalTime accept both YYYYMMDD and YYYY-MM-DD format which is ok
with ISO format.
But the primer seems not internally converted to date.
I have added '"dynamic" : false' to the mapping to be sure the problem
doesn’t come from there.
The order of documents insertion doesn't change the behavior.
The YYYYMMDD format is not supported, the dateOptionalTime parser seems to
be too lenient and allows to parse it, but the wrong result. Need to figure
out how to force it to fail... . You can explicitly set the format yourself
to make sure it will fail.
dateOptionalTime accept both YYYYMMDD and YYYY-MM-DD format which is ok
with ISO format.
But the primer seems not internally converted to date.
I have added '"dynamic" : false' to the mapping to be sure the problem
doesn’t come from there.
The order of documents insertion doesn't change the behavior.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.