Hi,
I've been reading a couple about how the ingest plugin works. So far this works correctly for me when searching for words inside the PDF files, however, I noticed a problem with large files.
Let's say I search for a PDF which originally weights 20mb, if I search for it, it returns the 20mb+ encoded BASE64 data. Unfortunately that becomes a huge problem, I would like ElasticSearch to not do that.
Is there a way to accomplish this?
Thanks!