6

I connected a huge USB HD to my linux server. I installed samba and the files can now be accessed over network. I can search for files over network but the samba search is slow.

Do you know of any software that can index all the files and I just open a site in my browser and can search for that file? It can reindex the files database every night and it should be fast. It also would be nice to search inside files.

MilMike
  • 569
  • 1
  • 6
  • 16

1 Answers1

5

Yes. Recoll can regularly index your files and provide a search via your browser. It can search within files too.

Recoll is a full-text search tool for Unix and Linux desktops.

Recoll finds keywords inside documents as well as file names.

  • It can search most document formats. You may need external applications for text extraction.
  • It can reach any storage place: files, archive members, email attachments, transparently handling decompression.
  • One click will open the document inside a native editor or display an even quicker text preview.
  • The software is free, open source, and licensed under the GPL.

If you did not require the "search via browser" option, a basic search is provided via the standard updatedb and locate commands.

steve
  • 21,582
  • 5
  • 48
  • 75
  • Just a precision: the web interface is hosted separately from the main Recoll project. It is stored here: https://github.com/koniu/recoll-webui – medoc Sep 02 '15 at 11:30