Programmable and Networked Information · Finding information

Search Engines

A search engine is an automated discovery system that acquires information about a corpus, constructs one or more indexes, interprets a query, retrieves candidate items and orders or filters results. On the Web, this usually requires crawling, parsing, duplicate handling, indexing, ranking, snippet generation and continuous refresh. Search is therefore not one algorithm and not simply a database query over a.

When it emerged
Internet resource indexes from 1990; Web crawlers and full-text engines from 1993-1994; link-based ranking at scale from 1997-1998
What changed
Makes large, changing and weakly organised networked corpora searchable without requiring users to know exact locations in advance
Reading time
17 minutes
The essential questions

Search Engines, clearly explained

A search engine is an automated discovery system that acquires information about a corpus, constructs one or more indexes, interprets a query, retrieves candidate items and orders or filters results. On the Web, this usually requires crawling, parsing, duplicate handling, indexing, ranking, snippet generation and continuous refresh. Search is therefore not one algorithm and not simply a database query over a complete, neutral copy of the Web.

What is it?

Automated Discovery Through Crawling, Indexing, Retrieval and Ranking is defined here as the system that discovers or receives candidate resources, fetches or describes them, extracts searchable features, stores an index, matches user queries to candidates and orders results under technical and institutional rules.

What problem did it solve?

Networked abundance creates a discovery bottleneck. Exact addresses are useful only when already known, and human catalogues cannot cover every page or update. Search engines externalise discovery into automated corpus acquisition and ranked retrieval, but the model is always selective and delayed.

How did it work?

On the Web, this usually requires crawling, parsing, duplicate handling, indexing, ranking, snippet generation and continuous refresh. Search is therefore not one algorithm and not simply a database query over a complete, neutral copy of the Web. Early Internet discovery tools such as Archie indexed file listings from anonymous FTP sites.

What came before?

It built on Libraries and catalogues, Database management systems, World Wide Web and Internet and TCP/IP.

What did it make possible?

It helped make possible Recommendation Algorithms and Personalised Feeds, Conversational AI Assistants and Retrieval-Augmented Generation and Social Networking and Microblogging Platforms.

What survived?

Modern engines still acquire a corpus before interactive retrieval.

Why does it still matter?

Without automated discovery, a rapidly growing network becomes a warehouse with the lights off and the labels removed. Users can express an information need rather than supply an exact host, path or document identifier. Crawlers revisit resources, detect additions and removals, and rebuild indexes under finite budgets.

Deep dive

The deeper story

A search engine is an automated discovery system that acquires information about a corpus, constructs one or more indexes, interprets a query, retrieves candidate items and orders or filters results. On the Web, this usually requires crawling, parsing, duplicate handling, indexing, ranking, snippet generation and continuous refresh. Search is therefore not one algorithm and not simply a database query over a complete, neutral copy of the Web [1]-[8].

Early Internet discovery tools such as Archie indexed file listings from anonymous FTP sites. Early Web systems experimented with submitted descriptions, manually curated directories and robots following hyperlinks. Full-text engines such as WebCrawler indexed page contents, while large systems such as AltaVista demonstrated the scale of crawler-index-query pipelines. Google combined full-text and structural signals, especially link analysis and anchor text, to improve ranking in an uncontrolled hypertext corpus [1]-[7].

Crawling, indexing, retrieval and ranking must remain separate. A crawler chooses what to fetch; an index stores selected features; retrieval produces candidates for a query; ranking orders candidates; presentation frames what the user sees. Coverage is never complete, freshness is uneven, and ranking is a policy-laden prediction of usefulness rather than a direct measurement of truth. Sponsored placement, optimisation, spam and personalisation add further layers of incentives.

Search engines transformed information abundance into practical access, but they also became governors of attention. Their operators decide crawl priorities, exclusion handling, index retention, ranking signals, safety policies, commercial placement and removal. A technically public page can become socially invisible when it is not indexed or ranked.

The big idea

A search engine does not search the live Web directly. It searches a selective, delayed and ranked model of a corpus built by crawlers, indexes and policy.

Main problem addressed

Makes large, changing and weakly organised networked corpora searchable without requiring users to know exact locations in advance

Connections

What came before and what followed

Start with the key connections, then reveal the wider network when you need more context.

Enabling connection
World Wide Web

Provides addressable resources and hyperlink graph.

Timeline

Key moments

Internet resource discovery, 1990-1993

Archie and related tools index filenames and service metadata.

Search Engines · practical implementation

Link-analysis competition, late 1990s

PageRank and anchor-text methods improve ordering in uncontrolled hypertext.

Search Engines · practical implementation

How Search Engines emerged

This marks the broad emergence and development of Search Engines. Why it mattered: Makes large, changing and weakly organised networked corpora searchable without requiring users to know exact locations in advance.

Search Engines · broad emergence

Early Web crawling, 1993-1995

Robots, directories and full-text experiments map the linked Web.

Search Engines · practical implementation

Large public engines, 1995-1998

AltaVista, Lycos and others scale crawling, indexing and query service.

Search Engines · practical implementation

Commercial consolidation, 2000s

Search becomes advertising-supported infrastructure and a major gateway to the Web.

Search Engines · commercial introduction
People and organisations

Who helped shape it?

Brian Pinkerton

Brian Pinkerton is one of the people connected to this topic. Open the profile for the wider historical context.

Sergey Brin

Sergey Brin is one of the people connected to this topic. Open the profile for the wider historical context.

Google

Google is one of the organisations connected to this topic. Open the profile for the wider historical context.

Research notes

Open the full research notes

These expandable sections preserve the detailed research behind the public explanation.

1. Executive Summary

A search engine is an automated discovery system that acquires information about a corpus, constructs one or more indexes, interprets a query, retrieves candidate items and orders or filters results. On the Web, this usually requires crawling, parsing, duplicate handling, indexing, ranking, snippet generation and continuous refresh. Search is therefore not one algorithm and not simply a database query over a complete, neutral copy of the Web [1]-[8].

Early Internet discovery tools such as Archie indexed file listings from anonymous FTP sites. Early Web systems experimented with submitted descriptions, manually curated directories and robots following hyperlinks. Full-text engines such as WebCrawler indexed page contents, while large systems such as AltaVista demonstrated the scale of crawler-index-query pipelines. Google combined full-text and structural signals, especially link analysis and anchor text, to improve ranking in an uncontrolled hypertext corpus [1]-[7].

Crawling, indexing, retrieval and ranking must remain separate. A crawler chooses what to fetch; an index stores selected features; retrieval produces candidates for a query; ranking orders candidates; presentation frames what the user sees. Coverage is never complete, freshness is uneven, and ranking is a policy-laden prediction of usefulness rather than a direct measurement of truth. Sponsored placement, optimisation, spam and personalisation add further layers of incentives.

Search engines transformed information abundance into practical access, but they also became governors of attention. Their operators decide crawl priorities, exclusion handling, index retention, ranking signals, safety policies, commercial placement and removal. A technically public page can become socially invisible when it is not indexed or ranked.

The big idea

A search engine does not search the live Web directly. It searches a selective, delayed and ranked model of a corpus built by crawlers, indexes and policy.

2. Identification

| Field | Value | |---|---| | Public title | Search Engines | | Analytical title | Automated Discovery Through Crawling, Indexing, Retrieval and Ranking | | Recommended type | Automated information-discovery, indexing and ranking system | | Primary category | Discovery & retrieval | | Secondary categories | Processing; storage; distribution; governance; attention; advertising | | Emergence | Internet resource indexes from 1990; Web crawlers and full-text engines from 1993-1994; link-based ranking at scale from 1997-1998 |

3. Operational Definition

Automated Discovery Through Crawling, Indexing, Retrieval and Ranking is defined here as the system that discovers or receives candidate resources, fetches or describes them, extracts searchable features, stores an index, matches user queries to candidates and orders results under technical and institutional rules.

The topic includes resource discovery, crawl scheduling, exclusion conventions, document processing, indexing, query interpretation, retrieval, ranking, result presentation and operator governance. It excludes general Web publication, recommendation feeds without explicit search intent, and database management as a generic storage function.

4. Why the Topic Matters

1. It converts abundance into navigable possibility

Without automated discovery, a rapidly growing network becomes a warehouse with the lights off and the labels removed.

2. It separates finding from knowing the address

Users can express an information need rather than supply an exact host, path or document identifier.

3. It continuously reconstructs a changing corpus

Crawlers revisit resources, detect additions and removals, and rebuild indexes under finite budgets.

4. It introduces algorithmic ordering

The sequence of results becomes a powerful editorial and economic decision.

5. It creates a feedback loop with publishers

Publishers change content and link structures in response to ranking systems, producing search-engine optimisation and spam.

6. It becomes infrastructure for other systems

Browsers, assistants, commerce, scholarship and platforms depend on searchable indexes or search-derived signals.

5. Terminology
  • Crawler/spider/robot: Automated agent that fetches resources and discovers further identifiers.
  • Frontier: Queue or prioritised set of identifiers awaiting crawl.
  • Crawl budget: Finite fetching capacity allocated across hosts or resources.
  • Index: Data structure mapping terms or features to documents or resource identifiers.
  • Inverted index: Index mapping terms to documents containing them.
  • Document corpus: Set of resources represented in a search system.
  • Retrieval: Selection of candidate documents relevant to a query.
  • Ranking: Ordering candidates according to estimated usefulness, relevance, quality or policy.
  • Query: User or machine expression of an information need.
  • Snippet: Generated extract or summary shown with a result.
  • Recall: Proportion of relevant items retrieved from the relevant set.
  • Precision: Proportion of retrieved items that are relevant.
  • Freshness: How closely the index reflects current source state.
  • Coverage: Extent of a corpus represented in the index.
  • Link analysis: Use of hyperlink structure as a relevance, authority or discovery signal.
  • Search spam: Manipulation intended to obtain visibility unrelated to genuine usefulness.
  • Organic result: Result selected by retrieval and ranking rather than paid placement, though still governed by operator policy.
  • Sponsored result: Commercial placement displayed in response to a query under an advertising system.
6. Boundary With Neighbouring Topics

1. Search engine versus Web

The Web hosts and links resources. A search engine builds a partial model of them for retrieval.

2. Crawler versus search engine

A crawler gathers resources; a complete engine also processes, indexes, retrieves, ranks and presents.

3. Index versus source

The index is a derived representation and can be stale, incomplete or wrong.

4. Retrieval versus ranking

Retrieval forms a candidate set; ranking orders it.

5. Ranking versus truth

A high rank estimates usefulness under a model and policy. It does not certify factual accuracy.

6. Directory versus search engine

A directory relies substantially on human categorisation; an engine automates acquisition and retrieval, though hybrids exist.

7. Web search versus site search

Web search spans many authorities; site search operates over a bounded collection.

8. Search versus recommendation

Search responds to explicit intent; recommendation predicts what to show without requiring a query.

9. Organic versus sponsored placement

Both appear in one results interface but are produced by different incentive and selection systems.

10. Exclusion request versus access control

robots.txt communicates crawler preferences; it is not authentication and does not prevent a non-compliant client from fetching public resources [8].

7. Communication Pattern

A crawler or submission interface acquires resource references. The engine fetches or receives content, normalises it, extracts terms and structural signals, writes indexes and answers queries against those indexes. Ranking and presentation then select a tiny visible sequence from a much larger candidate space.

| Dimension | Pattern | |---|---| | Participation | Many publishers, one or several engine operators, many searchers | | Timing | Asynchronous corpus acquisition followed by interactive querying | | Persistence | Index snapshots, caches, logs and ranking features persist under operator policy | | Topology | Usually centralised service built from distributed sources | | Feedback | Clicks, reformulations, links, publisher changes, spam reports and removals | | Access | Public or account-based query interface; crawling subject to network and site rules |

8. Expanded Communication Model

| Stage | Function | |---|---| | Source corpus | Websites, files, feeds, databases or submitted records | | Discovery | Links, sitemaps, submissions, feeds and known identifiers reveal candidates | | Crawler frontier | Schedules fetches under host, freshness and priority constraints | | Fetcher and parser | Retrieves representations and extracts text, metadata, links and media features | | Canonicalisation and duplicate control | Groups identifiers or content believed to represent the same item | | Indexing | Builds term, link, entity, media and other retrieval structures | | Query processing | Interprets terms, language, spelling, intent and filters | | Candidate retrieval | Selects potentially relevant records from indexes | | Ranking | Orders candidates using relevance, authority, quality, freshness and policy signals | | Presentation | Generates titles, snippets, answer features, warnings and sponsored placements | | Governance and feedback | Logs interactions, enforces policies and adjusts crawling or ranking |

9. Historical Emergence

1. Bibliographic and textual information retrieval

Library catalogues, citation indexes and computerised retrieval establish indexing, query and relevance concepts before the Web.

2. Archie and Internet resource indexes

Archie gathered filenames from anonymous FTP archives and made distributed resources searchable without full-text Web pages [1].

3. Early Web catalogues and robots

Human-maintained lists, submitted indexes and hyperlink-following robots attempt to map a small but rapidly expanding Web.

4. Full-text Web search

WebCrawler demonstrated comprehensive full-text indexing and interactive retrieval over Web pages [2].

5. Large-scale crawling and indexing

AltaVista and contemporaries showed that fast crawling, large inverted indexes and high query volume could become public infrastructure [3].

6. Link-based ranking

PageRank and related link-analysis methods used the Web graph to estimate importance rather than relying only on query-term occurrence [4][5].

7. Integrated search architecture

Google combined crawling, repositories, indexing, anchor text, PageRank and scalable query serving in one documented architecture [5].

8. Commercial search and optimisation

Advertising markets, sponsored listings and SEO aligned publisher behaviour with ranking and query demand.

9. Personalised and vertical search

Location, history, language, domain and user context increasingly shape results.

10. Answer and AI-assisted search

Engines increasingly synthesise direct answers, retrieve passages and generate responses, making source selection less visible and raising new attribution questions.

10. Prerequisites
  • A corpus of addressable digital resources
  • Machine-readable representations
  • Network access to fetch resources
  • Databases and efficient storage
  • Information-retrieval models
  • Text parsing and character encoding
  • Sufficient processing capacity for indexing
  • Query interfaces
  • Ranking and evaluation methods
  • Policies for crawling, abuse, removal and commercial placement
11. Periodisation

1. Pre-Web retrieval

Catalogues, citation systems and text databases establish controlled-corpus search.

2. Internet resource discovery, 1990-1993

Archie and related tools index filenames and service metadata.

3. Early Web crawling, 1993-1995

Robots, directories and full-text experiments map the linked Web.

4. Large public engines, 1995-1998

AltaVista, Lycos and others scale crawling, indexing and query service.

5. Link-analysis competition, late 1990s

PageRank and anchor-text methods improve ordering in uncontrolled hypertext.

6. Commercial consolidation, 2000s

Search becomes advertising-supported infrastructure and a major gateway to the Web.

7. Personalised, mobile and vertical search

Context and specialised corpora shape retrieval.

8. Generative and multimodal search

Search systems retrieve, rank and increasingly synthesise across text, images, audio and structured data.

12. Main Problem Addressed

Networked abundance creates a discovery bottleneck. Exact addresses are useful only when already known, and human catalogues cannot cover every page or update. Search engines externalise discovery into automated corpus acquisition and ranked retrieval, but the model is always selective and delayed.

| Before | After | |---|---| | Users depended on known addresses, human-maintained directories, local catalogues or service-specific listings that could not keep pace with network growth | Makes large, changing and weakly organised networked corpora searchable without requiring users to know exact locations in advance |

13. Evaluation Matrix

| Dimension | Batch 11 evaluation question | |---|---| | Reach | What population, geography or corpus can be reached, indexed or carried? | | Latency | How long do publication, retrieval, response, propagation and refresh take? | | Persistence | Where do documents, indices, caches, fibres and records survive? | | Addressability | How are resources, pages, signals, routes or documents identified? | | Discoverability | Can relevant information be found without already knowing its location? | | Capacity | What limits scale: links, crawl budget, index size, spectrum, attenuation or equipment? | | Interoperability | Can independently built clients, servers, engines or optical systems work together? | | Governance | Who controls standards, ranking, access, infrastructure, visibility and removal? | | Access cost | What equipment, connectivity, literacy, capital or institutional support is required? | | Abuse surface | How can the system be spammed, manipulated, surveilled, censored, overloaded or monopolised? |

| Topic field | Value | |---|---| | Main problem addressed | Makes large, changing and weakly organised networked corpora searchable without requiring users to know exact locations in advance | | Key predecessors | Library catalogues; indexes; information retrieval; databases; Internet directories; World Wide Web | | Key successors | Personalised search; vertical search; recommendation systems; voice search; AI-assisted retrieval and answer systems | | Primary category | Discovery & retrieval | | Secondary categories | Processing; storage; distribution; governance; attention; advertising |

14. Advantages and Capabilities

1. Query-based access

Users can describe a need instead of supplying an exact identifier.

2. Scale beyond manual cataloguing

Automated acquisition can cover far more resources than human-curated directories.

3. Full-text retrieval

Content terms, not merely titles or filenames, can become searchable.

4. Structural signals

Links and anchor text provide evidence beyond the page's own claims.

5. Rapid interaction

Indexes allow low-latency querying even when source pages are distributed worldwide.

6. Cross-source comparison

Results place resources from unrelated publishers in one ordered view.

7. Language and spelling assistance

Query expansion and correction reduce vocabulary mismatch.

8. Continuous refresh

Recrawling can discover changes, though never perfectly or instantly.

15. Civilisational Contributions

1. Practical access to the public Web

Search made a vast linked corpus usable beyond bookmarks and curated portals.

2. New economic markets

Search advertising linked commercial demand to explicit queries.

3. Research and education infrastructure

Students and researchers gained rapid cross-collection discovery.

4. Visibility for small publishers

A page could reach global readers without an existing audience, though ranking remained uncertain.

5. New measurement systems

Links, queries and clicks became signals for relevance, popularity and demand.

6. Machine-mediated attention allocation

Ranking systems became daily arbiters of what information is encountered.

7. Foundation for retrieval-augmented AI

Modern answer systems inherit crawler, index, retrieval and ranking infrastructure.

16. Organisations, Access and Power

1. Search-engine operators

Control crawling, indexing, ranking, interface design, logs, advertising and removal.

2. Publishers and webmasters

Expose or block resources, structure pages, create links and optimise for visibility.

3. Standards communities

Define robot exclusion, sitemaps, structured data and interoperability conventions.

4. Advertisers and auction systems

Purchase query-linked visibility and shape commercial incentives.

5. Regulators and courts

Address competition, privacy, copyright, defamation, removal and political influence.

6. Libraries and archives

Preserve corpora and develop alternative discovery systems.

7. SEO industry

Translates opaque ranking incentives into publisher practices, sometimes improving access and sometimes manufacturing noise.

8. Users

Generate queries, clicks and feedback that may improve systems while exposing intent and behaviour.

9. Infrastructure providers

Cloud, network and data-centre operators determine scale and resilience.

17. Limitations, Harms and Trade-Offs

1. Ranking opacity

Users and publishers cannot fully inspect why one result outranks another.

2. Attention concentration

A small number of engines can decide which public resources receive traffic.

3. Search spam and manipulation

Publishers exploit signals, producing keyword stuffing, link schemes and low-value content.

4. Surveillance of intent

Queries reveal health, political, financial and personal concerns.

5. Stale or incomplete indexes

Removed, changed, blocked or uncrawled content can distort the apparent corpus.

6. Bias and uneven representation

Language, geography, linking patterns and commercial resources influence coverage and order.

7. Commercial blending

Sponsored placement can exploit the trust attached to ranked information.

8. Copyright and extraction conflict

Crawling, caching, snippets and model training create disputes over copying and compensation.

9. Filter effects

Personalisation can make results differ by user, location or history, reducing a shared view.

10. Answer substitution

Direct answers can obscure sources, flatten disagreement and reduce visits to original publishers.

18. Predecessors, Successors and Relationships

| Relationship | Topic | Reason | |---|---|---| | Predecessor | Libraries and catalogues Catalogues and classification | Provides organised discovery and metadata traditions. | | Predecessor | World Wide Web World Wide Web | Provides addressable resources and hyperlink graph. | | Predecessor | Database management systems Database management systems | Provides indexing, query processing and persistent data management. | | Successor | Social Networking and Microblogging Platforms Social networking platforms | Uses search and ranking while adding feeds and identity graphs. | | Successor | INT-004 AI-assisted retrieval and generation | Combines search indexes with model-based synthesis. | | Related | Algorithmic ranking and moderation | Extends visibility governance beyond explicit search. | | Related | Cloud computing and cloud storage Cloud computing | Supplies scalable storage and processing for modern engines. |

The relationship table separates enabling layers from applications. A predecessor may remain in use after this topic appears, and a successor may depend on the topic without replacing it.

19. What Survived

1. Crawl-index-query pipeline

Modern engines still acquire a corpus before interactive retrieval.

2. Inverted indexes

Term-to-document mappings remain a central retrieval structure.

3. Link discovery

Hyperlinks continue to reveal resources and relationships.

4. Ranking as editorial infrastructure

Ordering remains the decisive interface between abundance and attention.

5. Query logs

Search interactions remain valuable operational and behavioural data.

6. Robots exclusion convention

Compliant crawlers still consult site-declared restrictions [8].

7. Publisher optimisation

Content continues to adapt to ranking incentives.

8. Coverage and freshness gaps

No engine possesses a complete, instantaneous copy of the public information space.

20. Representative Cases

1. Archie

Shows automated indexing before the Web and the difference between filename discovery and full-text retrieval [1].

2. WebCrawler

Demonstrates early comprehensive full-text Web indexing [2].

3. AltaVista

Shows the importance of high-performance crawling, storage and low-latency query service [3][6].

4. PageRank

Uses recursive link importance to estimate authority in a graph [4].

5. Google architecture

Integrates repository, barrels, lexicon, anchor text and PageRank into a scalable engine [5].

6. Robots Exclusion Protocol

Shows governance through a voluntary machine-readable convention rather than access control [8].

7. AltaVista query logs

Reveal that user information needs and sessions differ from tidy laboratory assumptions [6].

8. Search advertising

Shows how ranking interfaces become markets for visibility.

21. Research Uncertainty and Open Questions
  • How should answer engines be separated from traditional result-list search?
  • Should recommendation systems receive a separate topic despite shared ranking machinery?
  • How should the map score relevance when it is query-, user- and context-dependent?
  • What evidence is needed to compare coverage across languages and regions?
  • Should web crawling, indexing and ranking become separate descendant topics?
  • How should sponsored placement and organic ranking be visualised without implying clean separation?
  • What preservation obligations apply to search indexes and query logs?

The research notes distinguishes proposal, prototype, public release, standardisation, operational deployment and mass adoption. These milestones frequently occur years apart and should not be folded into a single invention date.

22. Claim Register

|---|---|---|---| | Search Engines-C01 | A search engine queries an index or derived corpus model rather than the live Web directly. | High | S02-S05 | | Search Engines-C02 | Crawling, indexing, retrieval and ranking are distinct stages. | High | S02-S05 | | Search Engines-C03 | Early Internet search preceded the Web and included Archie's FTP filename index. | High | S01 | | Search Engines-C04 | Full-text indexing materially changed Web discovery. | High | S02 | | Search Engines-C05 | Link structure and anchor text became major Web-ranking signals. | High | S04-S05 | | Search Engines-C06 | robots.txt is a crawler convention rather than security access control. | High | S08 | | Search Engines-C07 | Ranking estimates usefulness under a model and does not establish truth. | High | Analytical synthesis | | Search Engines-C08 | Search operators exercise governance through coverage, ranking, presentation and removal. | High | System analysis |

23. Comparative Analysis

| Comparison | Main difference | Analytical value | |---|---|---| | Library catalogue | Curated records over a bounded collection | Shows the shift from controlled description to automated acquisition of uncontrolled corpora. | | Web directory | Human-maintained hierarchy | Separates editorial categorisation from automated full-text retrieval. | | Database query | Query over an administered schema | Contrasts controlled data with noisy, duplicated and adversarial Web content. | | Crawler | Acquisition component | Prevents one robot from being treated as the whole engine. | | Recommendation feed | Prediction without explicit query | Separates declared information need from inferred attention selection. | | AI answer system | Synthesised response from retrieved and modelled evidence | Shows how source visibility and attribution change when results become prose. |

The most important comparison is architectural rather than chronological. Similar user experiences can be produced by different identification, storage, transport, ranking and governance arrangements.

28. Final perspective

Search engines solved a paradox created by networked publishing: information could be available everywhere and practically inaccessible at the same time. They made the Web usable by constructing searchable surrogates of a corpus and turning a query into a ranked sequence.

The mechanism is not magic and not neutral. Every stage excludes something. Crawlers miss or avoid resources. Parsers simplify representations. Indexes preserve selected features. Retrieval models define similarity. Ranking systems embody assumptions about relevance, authority, freshness and safety. Interfaces then compress millions of candidates into a handful of visible choices.

Search therefore belongs in the map as both discovery infrastructure and attention governance. It expands access while creating a strategic chokepoint between publishers and audiences. The search box looks almost insultingly simple. Behind it sits a machinery stack large enough to make a library catalogue develop performance anxiety.

A search engine does not search the live Web directly. It searches a selective, delayed and ranked model of a corpus built by crawlers, indexes and policy.

Evidence

Sources and further reading

  1. Jill Foster, RFC 1462 / FYI 25: A Status Report on Networked Information Retrieval, May 1993. https://www.rfc-editor.org/rfc/rfc1462.html

    Open source ↗

  2. Brian Pinkerton, WebCrawler: Finding What People Want, University of Washington dissertation, 2000, documenting the 1994 system. https://www.thinkpink.com/bp/Thesis/Thesis.pdf

    Open source ↗

  3. Louis Monier et al., AltaVista technical and operational papers collected in Digital Technical Journal and related publications. https://www.hpl.hp.com/techreports/Compaq-DEC/WRL-97-4.pdf

    Open source ↗

  4. Lawrence Page, Sergey Brin, Rajeev Motwani and Terry Winograd, The PageRank Citation Ranking: Bringing Order to the Web, Stanford, 1998. https://ilpubs.stanford.edu:8090/422/1/1999-66.pdf

    Open source ↗

  5. Sergey Brin and Lawrence Page, The Anatomy of a Large-Scale Hypertextual Web Search Engine, 1998. https://research.google.com/pubs/archive/334.pdf

    Open source ↗

  6. Craig Silverstein et al., Analysis of a Very Large AltaVista Query Log, 1998. https://danluu.com/altavista-query-log.pdf

    Open source ↗

  7. Luiz André Barroso, Jeffrey Dean and Urs Hölzle, Web Search for a Planet: The Google Cluster Architecture, 2003. https://research.google.com/archive/googlecluster-ieee.pdf

    Open source ↗

  8. Martin Thomson, Mike West and Martijn Koster, RFC 9309: Robots Exclusion Protocol, September 2022, formalising the 1994 convention. https://www.rfc-editor.org/rfc/rfc9309.html

    Open source ↗

  9. Jon Kleinberg, Authoritative Sources in a Hyperlinked Environment, Journal of the ACM, 1999. https://www.cs.cornell.edu/home/kleinber/auth.pdf

    Open source ↗

  10. Monika Henzinger, Link Analysis in Web Information Retrieval, IEEE Data Engineering Bulletin, 2000. https://research.google.com/pubs/archive/9019.pdf Search engines solved a paradox created by networked publishing: information could be available everywhere and practically inaccessible at the same time. They made the Web usable by constructing searchable surrogates of a corpus and turning a query into a ranked sequence. The mechanism is not magic and not neutral. Every stage excludes something. Crawlers miss or avoid resources. Parsers simplify representations. Indexes preserve selected features. Retrieval models define similarity. Ranking systems embody assumptions about relevance, authority, freshness and safety. Interfaces then compress millions of candidates into a handful of visible choices. Search therefore belongs in the map as both discovery infrastructure and attention governance. It expands access while creating a strategic chokepoint between publishers and audiences. The search box looks almost insultingly simple. Behind it sits a machinery stack large enough to make a library catalogue develop performance anxiety. > **A search engine does not search the live Web directly. It searches a selective, delayed and ranked model of a corpus built by crawlers, indexes and policy.**

    Open source ↗