I need a software that would let me search files on my file server from other computers on the local network. My file server runs OpenSolaris. Preferably something that would offer the search via web page.

link|improve this question

75% accept rate
feedback

migrated from superuser.com Nov 7 '10 at 19:17

This question came from our site for computer enthusiasts and power users.

2 Answers

up vote 1 down vote accepted

Have a look at Lucene. It's an open-source search engine. It does not do crawling etc. on its own, but there are many projects based on it which offer the capability.

Solr would be one project built on Lucene which might be what you need:

Apache Solr is an open source enterprise search server based on the Apache Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat.

link|improve this answer
feedback

The hackish thing to do would be to plug together Apache + CGI + perl|ksh + find + grep

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.