Forum Moderators: open
Anyway, can someone here suggest a decent search engine / bot? I have looked at FDSE, which is nice but it is not ASP. Any other scripts or products that people have tried would be much appreciated. Thanks again in advance for any help. Best Regards.
[edited by: Brett_Tabke at 2:32 pm (utc) on July 15, 2004]
[edit reason] [webmasterworld.com...] [/edit]
Lucene (written in Java) and [Lucene.net...] (which is Lucene ported to .NET) are good choices. HtDig is also a good choice but i don't think it runs well on windows.
Typically, search engine indexes are not stored in an RDBMS like access because it's not an efficient way to store the data. Though I believe lucene supports it through an interface.
Anyway, check out [lucene.net...] for details, or search for lucene.NET on sourceforge.
[edited by: Brett_Tabke at 2:33 pm (utc) on July 15, 2004]
[edit reason] [webmasterworld.com...] [/edit]
Read Avi's site for the full monte:
[searchtools.com...]
If you do decide to go down the asp or vb or vbscript route; watch our for IE cache overflow. I ran into this with a vb based crawler that used the Inet Objects. To get around the issue I had to put together a batch script that cleared the cache and have the crawler fire the batch on a routine basis.