Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Search Engines for Dummies

by jeorgen (Pilgrim)
on Feb 26, 2001 at 20:20 UTC ( [id://60877]=note: print w/replies, xml ) Need Help??


in reply to Search Engines for Dummies

If you want a ready-made solution I can heartily recommend the DBIx::FullTextSearch that uses MySQL as backend. It's great, it even decodes:
apples +bananas -"blue oranges"
automatically, if you want it to. It can be done as simple as this:
my @doc_ids = $fts->search(qq{apples +bananas -"blue oranges"});
It's one of these "just add water" modules at CPAN.

Another great search engine in perl is ksearch, and it does not need a database (it uses any DBM version you have access to).

/jeorgen

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://60877]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found