Thread: Mini-Google
View Single Post
Old 07-12-2005, 06:04 AM   #5 (permalink)
healeyb
Noogle
 
Join Date: Jul 2005
Location: Boston, Massachusetts
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
healeyb
Send a message via AIM to healeyb
I wrote a search engine using PHP for a company I worked for last summer, and I will share the source code with you if you'd like. The index is designed to crawl a single website (since when I wrote it, it only had to crawl the company intranet), and can index about 1000 pages per minutes. The actually display is pretty fast, too. It does full text searching and weighs results based on where in the document they are found (title, h1, h2, p, etc.). It used mySQL.

If you'd like so see the source, e-mail me at [email]healeyb@gmail.com[/url] and I'll send you a copy. It's nothing majorly special, so I'm not afraid to release the source (anyone with a little know-how and a few weeks of free-time could duplicate it), but if you'd like to see it for reference purposes I wouldn't mind helping out.
healeyb is offline   Reply With Quote