Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


Building a search engine from scratch


Building a search engine from scratch

Author
Message
chsus
chsus
Forum God
Forum God (425 reputation)Forum God (425 reputation)Forum God (425 reputation)Forum God (425 reputation)Forum God (425 reputation)Forum God (425 reputation)Forum God (425 reputation)Forum God (425 reputation)Forum God (425 reputation)

Group: Forum Members
Posts: 1, Visits: 4


Hi All,



I am a rookie to the web programming domain. I only have some basic scientific programming skills (read: writing simple if-else and for loop programs). I wanted to embark on programming a web search engine from scratch. I figured it would not only help me improve my programming skills but will also give me something tangible to evaluate my progress.



I was wondering if any of you could give me pointers to the right resources. I looked up amazon for books on "search engine programming" and got nothing. Obviously I am doing something completely wrong. If you could point out a website or a book or anything of that sort where I could go from scratch.



I have working knowledge of python, perl, C++ and Java.



thanks,

Sandeep.



Keithuk
Keithuk
Forum God
Forum God (297K reputation)

Group: Moderators
Posts: 1.9K, Visits: 5.5K
Welcome to A1vbcode chsus.

I would leave that to Google or Yahoo I don't think they like competition.  BigGrin

You can always do a search on PSC thats the best site for any type of VB app. Wink

Keith

I've been programming with VB for 17 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

samcom
samcom
Forum God
Forum God (2K reputation)Forum God (2K reputation)Forum God (2K reputation)Forum God (2K reputation)Forum God (2K reputation)Forum God (2K reputation)Forum God (2K reputation)Forum God (2K reputation)Forum God (2K reputation)

Group: Forum Members
Posts: 11, Visits: 12
Its a bit complicated architecture. Search engines basically works on crawling the websites, acquiring, sorting and storing the information and snapshots about websites in its database. mostly u should learn more on internet protocols then how to access websites from your application. if you are using visual basic to do this, winsock will be your friend. for example; for google to work properly, your site must some kind of sitemap, keywords and correct structure....good luck though

....
GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search