Sebastian Spiess wrote:

Does anyone has a idea, something I could investigate further? a software name?

I index my server's disks using htdig. There are backends for .PDF
.DOC, OpenDocument and so on and it's not at all difficult to add
support for other file formats (basically you write a small program
to spit out the text in the file. I wrote one to pull the ID3 tags
from my music files, based on that I wouldn't expect any trouble
writing one for DXF.)

The way it works is that I present my servers disks via Samba, NFS
and WebDAV. Reading WebDAV is just like reading a web server. So
htdig will index it fine and when users search they use the web
interface and pull the matching file using HTTP when they click
on the link.   Obviously you protect both htdig and the WebDAV
using HTTPS and authentication.

htdig isn't perfect. But it's a nice lightweight search engine,
well worth the hassle installing and will get you started enough
so that if you want something heavier then you'll have a much
better notion of your requirements.

It took me as long to set up consistent authentication between
Samba, NFS and Apache as to do everything else.  Your mileage
may vary depending what mechanism you use for authentication.

--
 Glen Turner
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to