in reply to Help on building a search engine (design / algorithms / parsing / tokenising / database design)

There are several articles out there with sample Perl code. In case you missed them:

http://www.perl.com/pub/a/2003/09/25/searching.html

http://www.perl.com/pub/a/2003/02/19/engine.html

http://www.perl.com/pub/a/2004/02/19/plucene.html

http://www.perl.com/pub/a/2003/07/15/nocode.html

http://www.ddj.com/documents/ddj9901c/ (requires registration)

  • Comment on Re: Help on building a search engine (design / algorithms / parsing / tokenising / database design)

Replies are listed 'Best First'.
Re: Help on building a search engine (design / algorithms / parsing / tokenising / database design)
by bobtfish (Scribe) on Jun 07, 2004 at 15:03 UTC
    Thanks, they're all more usefull than anything I'd found. Shame you have to not just register but pay money for the DDJ one.