unsigned_long
field type fails to index specific malformed data even with ignore_malformed
enabled
#109705
Labels
Elasticsearch Version
8.15
Installed Plugins
No response
Java Version
bundled
OS Version
Problem Description
Trying to index an object into a
unsigned_long
field fails even withignore_malformed
enabled. See also #109539.Steps to Reproduce
Logs (if relevant)
This happens because
arser.text()
throwsIllegalStateException
but onlyIllegalArgumentException
is caught to handle malformed values.The text was updated successfully, but these errors were encountered: