How does a search engine work??

India
June 3, 2007 8:39pm CST
How does a search engine work?? How does a search engine work??
1 person likes this
1 response
@vikkramm (497)
• India
4 Jun 07
A search engine operates, in the following order 1. Crawling 1. Deep Crawling Depth-first search (DFS) 2. Fresh Crawling Breadth-first search (BFS) 2. Indexing 3. Searching Web search engines work by storing information about a large number of web pages, which they retrieve from the WWW itself. These pages are retrieved by a web crawler (sometimes also known as a spider) — an automated web browser which follows every link it sees. The contents of each page are then analyzed to determine how it should be indexed (for example, words are extracted from the titles, headings, or special fields called meta tags). Data about web pages is stored in an index database for use in later queries. When a user comes to the search engine and makes a query, typically by giving key words, the engine looks up the index and provides a listing of best-matching web pages according to its criteria, usually with a short summary containing the document's title and sometimes parts of the text. Most search engines support the use of the boolean terms AND, OR and NOT to further specify the search query. An advanced feature is proximity search, which allows you to define the distance between keywords.