The current implementation removes the format configuration directly in the DSL query, it will cause query execution error in the corner cases that the timestamp field in index doesn't support the format of strict_date_optional_time. It can be fixed with specifying the format to be strict_date_optional_time in DSL.
Issues Resolved
Check List
[ ] New functionality includes testing.
[ ] All tests pass
[ ] New functionality has been documented.
[ ] New functionality has javadoc added
[x] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
The current implementation removes the format configuration directly in the DSL query, it will cause query execution error in the corner cases that the timestamp field in index doesn't support the format of
strict_date_optional_time
. It can be fixed with specifying the format to bestrict_date_optional_time
in DSL.Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.