1 / 33
文档名称:

基于Web搜索引擎的设计与实现本科毕业论文.doc

格式:doc   页数:33页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于Web搜索引擎的设计与实现本科毕业论文.doc

上传人:yzhfg888 2015/11/11 文件大小:0 KB

下载得到文件列表

基于Web搜索引擎的设计与实现本科毕业论文.doc

相关文档

文档介绍

文档介绍:本科毕业论文(设计、创作)
题目: 基于Web搜索引擎的设计与实现
Design and Implementation of Web-based search engine
摘要
网络中的资源非常丰富,但是如何有效的搜索信息却是一件困难的事情。建立搜索引擎就是解决这个问题的最好方法。本文首先详细介绍了基于英特网的搜索引擎的系统结构,然后从网络机器人、索引引擎、Web服务器三个方面进行详细的说明。在次基础上设计并实现了一种快捷高效的新闻搜索引擎,该搜索引擎是从指定的Web页面中按照超连接进行解析、搜索,并把搜索到的每条新闻进行索引后加入数据库,然后通过Web服务器接受客户端请求后从索引数据库中搜索出所匹配的新闻。
关键词:搜索引擎;网络机器人;索引引擎;Web服务器
Abstact
work resources are very rich, but how effective search information is a difficult thing. Build a search engine is the best way to solve the problem. This paper first introduced the search engine based on the structure of the system, and then from work robots, indexing engine, the Web server of the three aspects of the detailed instructions. Based on the time designed and realized a quick and efficient news search engine, the search engine from the Web page in accordance with specified in the connection for analytical, search, and the search to every news indexing of add to the database. Then through the Web server accept client requests from database search index after the news of the match.
Keywords: search engine; Network robot; Indexing engine; Web server
目录
摘要 2
目录 4
第一章绪论 6
6
6
第二章搜索引擎的结构 9
9
9
9
9
Web服务器 10
10
10
第三章网络机器人 11
11
11
11
Spider程序结构 12
13
15
16
18
第四章基于LUCENE的索引与搜索 19
19
Lucene的原理分析 19
19
Lucene的索引效率 19
中文切分词机制 21
Lucene与Spider的结合 22
25
第五章基于TOMCAT的WEB服务器 26
26
26
26
27
30
30
第六章项目总结以及未来工作展望 31
31
31
参考文献 32
致谢 33
第一章绪论

网络的出现以及发展对于世界发展的意义是极其重要的,它让地球村的理念变成现实,信息的传输不再受到时间和空间的限制。在没有搜索引擎的时代,用户希望寻找某方面的信息,就必须通过各种途径或者是网站之间的连接寻找,可以这样说,脱离了搜索引擎的网站,就像是信息海洋中的一个一个孤岛,用户必将面临巨大的搜索成本,同时必须付出大量的时间和精力。
搜索引擎