Difference between revisions of "Search Engines"

From MoparWiki
Jump to: navigation, search
(New page: Category:Terminology A program that searches documents for specified keywords and returns a list of the documents where the keywords were found. Although search engine is really a gen...)
 
Line 1: Line 1:
 
[[Category:Terminology]]
 
[[Category:Terminology]]
 
+
{{Template:Openx}}
 
A program that searches documents for specified keywords and returns a list of the documents where the keywords were found. Although search engine is really a general class of programs, the term is often used to specifically describe systems like Google,  Alta Vista and Excite that enable users to search for documents on the World Wide Web and USENET newsgroups.
 
A program that searches documents for specified keywords and returns a list of the documents where the keywords were found. Although search engine is really a general class of programs, the term is often used to specifically describe systems like Google,  Alta Vista and Excite that enable users to search for documents on the World Wide Web and USENET newsgroups.
  

Revision as of 03:35, 20 August 2013



A program that searches documents for specified keywords and returns a list of the documents where the keywords were found. Although search engine is really a general class of programs, the term is often used to specifically describe systems like Google, Alta Vista and Excite that enable users to search for documents on the World Wide Web and USENET newsgroups.

Typically, a search engine works by sending out a spider to fetch as many documents as possible. Another program, called an indexer, then reads these documents and creates an index based on the words contained in each document. Each search engine uses a proprietary algorithm to create its indices such that, ideally, only meaningful results are returned for each query.

Reference