5
Best way to search files on remote server?
(lemmy.zip)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
If you want the search to be flexible like handling things like root stemming (i.e. for matching words that are pluralized etc) you might want to put the text into an Elasticsearch database.
You might run into problems with the field length if these are long documents. A possible solution to that would be an putting each page into its own field inside of the document.
If this is for a non tech user to search, the Kibana interface should be relatively easy for anyone to use.