I have hundreds of documents and each document has several pages. A user can search within a document for a word or sentence. Now I am expecting all the files in return which contain the searched text.
Currently using rest APIs with Angular as front-end.
I have just checked Elastic search.
and
I like redisearch search but I am not sure how much secure it is because it first creating indexes on actual data.
My point is:
- What are the pros and cons of using these two search methods.
- Will they work if file is encrypted
- Is there any other framework that provide very secure encrypted document and also search on Actual data while file is encrypted(Obviously first decrypt and then search on the fly)