I have an index with 20+ fields and the same index has one suggester/completion field. As I understand, completion suggester is loaded into heap for faster response times.
My question is - does all the fields in the index get loaded into heap or only the field with type "completion"?
Thanks