Next: Features a crawler must
Up: Web crawling and indexes
Previous: Web crawling and indexes
Contents
Index
Overview
Web crawling is the process by which we gather pages from the Web,
in order to index them and support a search engine. The objective of crawling is to quickly and efficiently
gather as many useful web pages as possible, together with the link
structure that interconnects them. In Chapter 19 we studied
the complexities of the Web stemming from its creation by millions
of uncoordinated individuals. In this chapter we study the
resulting difficulties for crawling the Web. The focus of this chapter is the component shown in Figure 19.7 as web crawler ; it is sometimes referred to as a spider .
The goal of this chapter is not to describe how to build the crawler for a full-scale commercial web search engine. We focus instead on a range of issues that are generic to crawling from the student project scale to substantial research projects. We begin (Section 20.1.1 ) by listing desiderata for web crawlers, and then discuss in Section 20.2 how each of these issues is addressed. The remainder of this chapter describes the architecture and some implementation details for a distributed web crawler that satisfies these features. Section 20.3 discusses distributing indexes across many machines for a web-scale implementation.
Subsections
Next: Features a crawler must
Up: Web crawling and indexes
Previous: Web crawling and indexes
Contents
Index
© 2008 Cambridge University Press
This is an automatically generated page. In case of formatting errors you may want to look at the PDF edition of the book.
2009-04-07