I added a scripted field to my index with name Drift using painless:
Name Language Script
Drift painless doc['NumberValue'].value
The attribute NumberValue has float values. The scripted field shows only the part before the comma

When I do the same with another float attribute the scripted field shows the hole float number.
How can I troubleshoot this error?
Thank you for your support

