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::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:
 
  Can anyone point me to any documents on search engine theory and
 programming
  search engines with perl?
  
  Jamie Krasnoo
  www.MyEBoard.com
  [EMAIL PROTECTED]
  
  
 
 _
 T.J. Mather   http://tjmather.com
 http://cpan2.org/ New CPAN Search Engine
 http://www.anidea.com/Digital Asset Management
 http://www.theinnkeeper.com/  Bed and Breakfast Directory



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 anyone point me to any documents on search engine theory and programming
search engines with perl?


Jamie Krasnoo
www.MyEBoard.com
[EMAIL PROTECTED]





Search Engine Theory

2001-02-27 Thread Jamie Krasnoo

Can anyone point me to any documents on search engine theory and programming
search engines with perl?

Jamie Krasnoo
www.MyEBoard.com
[EMAIL PROTECTED]





[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
  http://searchenginewatch.com/resources/tech.html

Open source search software:

  http://homepage.mac.com/pauljlucas/software/swish/
  http://sunsite.Berkeley.EDU/SWISH-E/

MySQL also has a searchable FULLTEXT index, though its still a
pretty new feature:

  http://www.mysql.com/doc/M/y/MySQL_full-text_search.html

--Josh

_
Joshua Chamas   Chamas Enterprises Inc.
NodeWorks  free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com1-714-625-4051



[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:

 Can anyone point me to any documents on search engine theory and programming
 search engines with perl?
 
 Jamie Krasnoo
 www.MyEBoard.com
 [EMAIL PROTECTED]
 
 

_
T.J. Mather http://tjmather.com
http://cpan2.org/   New CPAN Search Engine
http://www.anidea.com/  Digital Asset Management
http://www.theinnkeeper.com/Bed and Breakfast Directory