RE: [OT] Re: Search Engine Theory

2001-02-28 Thread Dave . Clarke
You can also try http://perlfect.com/freescripts/search/; uses perl and DB_File. -Original Message- From: T.J. Mather [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 10:41 PM To: Modperl Subject: [OT] Re: Search Engine Theory You might want to look at DBIx

RE: Search Engine Theory

2001-02-28 Thread Shane Adams
Title: RE: Search Engine Theory Check out the book Managing Gigabytes Text indexing theory and algorithms. Source code too. -Original Message- From: Jamie Krasnoo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 3:03 PM To: Modperl Subject: Search Engine Theory Can

[OT] Re: Search Engine Theory

2001-02-27 Thread Joshua Chamas
Jamie Krasnoo wrote: Can anyone point me to any documents on search engine theory and programming search engines with perl? Not necessarily about perl programming per se ... http://www-pcd.stanford.edu/~page/papers/pagerank/ http://www7.scu.edu.au/programme/fullpapers/1921/com1921.htm

[OT] Re: Search Engine Theory

2001-02-27 Thread Paul J. Lucas
On Tue, 27 Feb 2001, Jamie Krasnoo wrote: Can anyone point me to any documents on search engine theory and programming search engines with perl? Possibly. Try a search-engine-related mailing list or newsgroup. - Paul

[OT] Re: Search Engine Theory

2001-02-27 Thread T.J. Mather
You might want to look at DBIx::FullTextSearch, a perl module for indexing documents using MySQL as a backend. It supports different frontends and backends, and has a nice modular design (IMHO). http://cpan2.org/Asset/display?dist=DBIx-FullTextSearch On Tue, 27 Feb 2001, Jamie Krasnoo wrote: