|
||||||||||
|
|
#1 (permalink) |
|
Senior Googler
![]() |
Mini-Google
Ello,
I'll get right to it: I'm trying to create a search engine. Nothing too large, It's a project for school. I'm just looking to have an index of about 100 documents. I don't know much about databases or MySql or PHP or server-scripting in general. I hope I don't sound like an idiot, just trying to get started somewhere |
|
|
|
|
Sponsored Links
|
|
|
|
#4 (permalink) |
|
Googler
![]() |
Try to download a source code from http://planet-source-code.com php section
if you don't know even how to use mysql read the tutorials on http://daydreamgraphics.com hope that I helped you |
|
|
|
|
|
#5 (permalink) |
|
Noogle
![]() |
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. |
|
|
|
|
|
#6 (permalink) |
|
Googler
![]() Join Date: May 2005
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
php would be the best choice for around 100 to 200 documents.. or you could MYsql.. but it takes lots of time setting it up. This site has lots of tutorials http://www.tutorialized.com
|
|
|
|
|
|
#10 (permalink) |
|
Senior Googler
![]() |
UPDATE:
I'm in beta right now, The site's on a private IP right now but once I get it a little more secure it'll be public, if you want some great reading go here http://www-db.stanford.edu/~backrub/google.html |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google Upgrades its Mini - Tech2 | News Alerts | Google in the News | 0 | 01-30-2007 10:48 PM |
| Did Google Bend to Rivals on Mini? - InternetNews.com | News Alerts | Google in the News | 0 | 01-30-2007 02:32 PM |
| Google soups up its Mini - ZDNet UK | News Alerts | Google in the News | 0 | 01-30-2007 05:04 AM |
| Google Mini: Two new models | geekerati | Other Google Features | 1 | 01-18-2006 09:17 AM |
| Google Mini available in Europe | Laurent Van Winckel | All About Google | 0 | 05-11-2005 12:04 PM |