Hi I'm looking for a search engine for an Intranet. It has to work on linux and be able to index stuff like docs, rtf, images, html. It would be nice if it was written in php/asp. Has anyone got any ideas? Thanks
fintan.
webdevsf
2:23 pm on Apr 30, 2004 (gmt 0)
ms index server works ok if you are on iis, sql server has full text index, which allows you to index a database table for search.
ht://dig is good for apache (opensrc)
lucene is nice if you want the source code and its pure java, with a .NET port
fintan
2:48 pm on Apr 30, 2004 (gmt 0)
Has to be on linux. I have asp & php running on the server so it would be nice if it was writtin in either one. We had an old version of lucene "Thats from apache isin't?" Don't know much about java/jsp. I had a look at ht://dig but it doesn't search docs, rtf, pdf. Are there any others?