Difference between revisions of "Search engine"

From Conservapedia
Jump to: navigation, search
(References: Spelling, grammar, and general fixes)
(also need the data which is going to be searched. It adds up fast)
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
==Search Engines==
 
==Search Engines==
 
[[AltaVista]] was a popular early search engine in 1995, but its slow speed caused it to lose out to [[Google]], which would retrieve information almost instantaneously based on presorted techniques. In the December 2008 Nielsen Online rankings, Google had over 62% of the search traffic on the Internet, and [[Yahoo!]] is a distant second. Google, Yahoo and AOL all showed good year-on-year growth, with [[Microsoft]]'s  MSN/Live Search being the biggest loser.<ref>http://searchenginewatch.com/3632382</ref> Other new search engines have been developed as well, such as Microsoft's [[Bing]] (the alternative to MSN/Live Search), and another [[web site]] called [[Duck Duck Go]]. Each search engines aims to compete against the more commonly used information retrieval sites, and in doing so, they each typically have their own unique driver or capability that others do not offer.  
 
[[AltaVista]] was a popular early search engine in 1995, but its slow speed caused it to lose out to [[Google]], which would retrieve information almost instantaneously based on presorted techniques. In the December 2008 Nielsen Online rankings, Google had over 62% of the search traffic on the Internet, and [[Yahoo!]] is a distant second. Google, Yahoo and AOL all showed good year-on-year growth, with [[Microsoft]]'s  MSN/Live Search being the biggest loser.<ref>http://searchenginewatch.com/3632382</ref> Other new search engines have been developed as well, such as Microsoft's [[Bing]] (the alternative to MSN/Live Search), and another [[web site]] called [[Duck Duck Go]]. Each search engines aims to compete against the more commonly used information retrieval sites, and in doing so, they each typically have their own unique driver or capability that others do not offer.  
 +
 +
==Technical requirements==
 +
It is estimated that at least a million lines of code is needed for a working search engine.  Two open source search engines are Elasticsearch and Solr.<ref>https://www.searchtechnologies.com/blog/solr-vs-elasticsearch-top-open-source-search</ref> Search engines for the public internet also require an enormous amount of information on crawled websites, and "spiders" which continuously crawl the web to update this information are also required. This means that significant computing and data storage resources are needed.
  
 
==References==
 
==References==
Line 8: Line 11:
  
 
[[Category:Technology]]
 
[[Category:Technology]]
[[Category:Search engine]]
+
[[Category:Search Engines‏‎]]

Revision as of 17:01, December 23, 2019

A search engine retrieves information on the Internet for users. Typically a user types in key words and the search engine will display a list of links containing those terms. The search engine may list links based on algorithms designed to give priority to relevancy, or popularity, or fees paid by sites to the search engine company. Generally the methods used by search engines are proprietary and not completely known.

Search Engines

AltaVista was a popular early search engine in 1995, but its slow speed caused it to lose out to Google, which would retrieve information almost instantaneously based on presorted techniques. In the December 2008 Nielsen Online rankings, Google had over 62% of the search traffic on the Internet, and Yahoo! is a distant second. Google, Yahoo and AOL all showed good year-on-year growth, with Microsoft's MSN/Live Search being the biggest loser.[1] Other new search engines have been developed as well, such as Microsoft's Bing (the alternative to MSN/Live Search), and another web site called Duck Duck Go. Each search engines aims to compete against the more commonly used information retrieval sites, and in doing so, they each typically have their own unique driver or capability that others do not offer.

Technical requirements

It is estimated that at least a million lines of code is needed for a working search engine. Two open source search engines are Elasticsearch and Solr.[2] Search engines for the public internet also require an enormous amount of information on crawled websites, and "spiders" which continuously crawl the web to update this information are also required. This means that significant computing and data storage resources are needed.

References