1搜索引擎的结构.doc
文本预览下载声明
搜索引擎系统
摘 要
网络中的资源非常丰富,但是如何有效的搜索信息却是一件困难的事情。建立搜索引擎就是解决这个问题的最好方法。本文首先详细介绍了基于英特网的搜索引擎的系统结构,然后从网络机器人、搜索引擎、Web服务器三个方面进行详细的说明。为了更加深刻的理解这种技术,我还亲自实现了一个自己的搜索引擎——数码产品搜索引擎。它是从指定的Web页面中按照超连接进行解析、搜索,并把搜索到的每条手机信息进行索引后加入数据库。然后通过Web服务器接受客户端请求后从索引数据库中搜索出所匹配的产品。在介绍搜索引擎的章节中除了详细的阐述技术核心外还结合了数码产品搜索引擎的实现代码来说明,图文并茂、易于理解。
关键词 网络机器人; 解析; 索引; 搜索引擎
Search engine system
Abstract
Network is very rich in resources, but how effective search information is a difficult task. The establishment of a search engine is to solve this problem the best way. This paper first introduced Internet-based search engines structure, and then from the network robots, search engines, Web server three aspects of detail. In order to more profound understanding of this technology, I also personally has its own search engine - digital products search engine. It is from the specified Web pages in accordance with the ultra-connection analysis, search, and search for each phone to the information indexed to join the database. Through the Web server and the client accepted a request from the index to search the database by matching products. In introducing the search engine in addition to detailed chapters on the core technology of digital products in conjunction with the search engine to illustrate the realization of the code, illustrated, easy to understand.
Key Words network robots ; Analysis ;Index ; SearchEngine
目 录
TOC \o 1-3 \h \z \u HYPERLINK \l _Toc199657578 绪 论 PAGEREF _Toc199657578 \h 4
HYPERLINK \l _Toc199657579 1搜索引擎的结构 PAGEREF _Toc199657579 \h 5
HYPERLINK \l _Toc199657580 1.1系统概述 PAGEREF _Toc199657580 \h 5
HYPERLINK \l _Toc199657581 1.1.1 网络机器人 PAGEREF _Toc199657581 \h 5
HYPERLINK \l _Toc199657582 1.1.2 索引与搜索 PAGEREF _Toc199657582 \h 5
HYPERLINK \l _Toc199657583 1.1.3 WEB服务器 PAGEREF _Toc199657583 \h 6
HYPERLINK \l _Toc199657584 1.1.4 系统的流程图 PAGEREF _Toc199657584 \h 6
HYPERLINK \l _Toc199657585 1.3 搜索引擎的主要指标 PAGEREF _Toc199657585 \h 6
HYPERLINK \l _Toc199657586 2 w
显示全部