Hello!
Situation:
We have a website that stores different documents (PDF, docx, txt, ppt, csv, ...) in our MongoDB instance.We crypt this docuements.
Now we want integrate a content search in our website. So we can imagine a search bar where the user write a text, for example "dog" and our server will must be capable to show all documents (all extensions combined) that contain "dog" .
We search a way to perform this search and so my question is: Is elasticSearch capable to achieve that with this situation (so encrypted data, plugged in with our database MongoDB, severals files extensions, ...)?
Thank you,
Maxime.