|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Creating search engine
Hi there!
I want to create search engine and I don't know how to do it but would like to learn. That's why I do not want to use search scripts that can be found on the net. Can some one give me some help. TX! ![]() |
|
#2
|
|||
|
|||
|
Quote:
Google uses an algorythm to do its searches based on a set of factors that make a website google great. If you want to build a search engine, you will need 1) a method to categorise sites 2) a big load of servers to store the data on 3) bags of bandwidth 4) A unique way to present the required search the most acurately based on the request. I would recommend you look at how search engines perform first
__________________
I love perl |
|
#3
|
||||
|
||||
|
If you want to learn, you can always take a look at the code of a few open source search engines. Lucene (Java) and Xapian (C++) are popular. There's a book on Lucene as well: Lucene in Action. Here's a more complete list. Google's search engine is written in C++.
|
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Development Software > Creating search engine |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|