We are using elasticsearch v.8.12.2.
We defined in some of our fields with type of unsigned_long.
In large numbers we see that the number we want to store is not the number actually stored in elastic.
For example: We are saving the number 9178199893404114494, elastic store it as 9178199893404115000.
Is there a way to fix this?