Hi
I am using Elastic Version "7.5.2".
I would like to know how much of the heap, my completion suggestor field takes.
The mapping is as this
{
"type": "completion",
"preserve_separators": true,
"preserve_position_increments": true,
"max_input_length": 50
}
Is it possible in some way to see, how much of the heap is used by this?
Thank you in advance
/Jens