Comparison of Three Vertical Search Spiders

  • Authors:
  • Michael Chau;Hsinchun Chen

  • Affiliations:
  • University of Arizona;University of Arizona

  • Venue:
  • Computer
  • Year:
  • 2003

Quantified Score

Hi-index 4.10

Visualization

Abstract

The Web's dynamic, unstructured nature makes locating resources difficult.Vertical search engines solve part of the problem by keeping indexes only in specific domains. They also offer more opportunity to apply domain knowledge in the spider applications that collect content for their databases.The authors used three approaches to investigate algorithms for improving the performance of vertical search engine spiders: a breadth-first graph-traversal algorithm with no heuristics to refine the search process, a best-first traversal algorithm that uses a hyperlink-analysis heuristic, and a spreading-activation algorithm based on modeling the Web as a neural network.