Hi,
I have an index which one of the fields can contain thousands of characters, it's a field which an user can input some html information, and in some cases a base64 encoded image.
This field does not need to be searched, however it needs to be returned on request. What's the recommended approach when working with such large fields?
Thanks!