Forum Moderators: phranque

Message Too Old, No Replies

Need a search engine

         

fintan

2:17 pm on Apr 30, 2004 (gmt 0)

10+ Year Member



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)

10+ Year Member



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)

10+ Year Member



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?

webdevsf

3:17 pm on Apr 30, 2004 (gmt 0)

10+ Year Member



htdig indexes all types of docs, here's the list

[htdig.org...]

fintan

3:28 pm on Apr 30, 2004 (gmt 0)

10+ Year Member



Didn't see that thanks. So I just install dig then apply the patches cool. Thanks again.

fintan.