- 1、本文档共34页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
搜索引擎 的分析与设计
编 号:
审定成绩:
大学
设计(论文)
设计(论文)题目:
学院: 学 生 姓 名 : 专 业 : 班 级 : 学 号 : 指 导 教 师 : 答辩组 负责人 :
填表时间:年月
大学
Abstract
Through deep study of search engines core technology, such as Web crawling, index building, level system, index searching, this paper designs and implements a new search engine. It implements Web crawling through distributed technology, and builds index database through accidence analyzing, Chinese characters separating,unuseful words deleting, etyma extracting, index words selecting and lexicon. The level system uses new model of We baccessing and level computation to build Web level system so that the requirement for computer resources is greatly reduced. The use of cache technology improves user accessing efficiency. Open system architecture makes the search engine become reliable and flexible platform.
Based on the analysis of lots of excellent page sorting arithmetics, this paperdesigns new Web level system. Through the new system, the search engine canimplement larger scale Web covering and faster index updating, and provides better searching service.
The search engine builds on cluster system, s o it can build cosmically index system
and provide support of high speed user accessing. Its architecture is open, so all kinds of new technologies can use it as platform to implement flexible integrating. Its configurations and rules are dictionary so that search
engine can implement flexible expansion and flex.
Key word: Search Engine Page Sorting Etyma Extracting Chinese Word Separating Index
目录
绪论
1.1.论文研究背景
1.2 研究目的与研究内容
1.3 搜索引擎综述
1.3.1搜索引擎的工作流程
1.3.2搜索引擎的发展历史
1.3.3搜索引擎存在的问题
第二章:Google剖析
2.1 Google简介
2.2 Google 系统剖析
2.3 Google 主要技术分析
2.3.1 pageRank页面排序技术
2.3.2锚文本
2.3.3数据结构
2.3.4Web爬行技术
2.3.5Web索引技术
2.3.6搜索技术
2.3.7级别审定系统
第三章:搜索引
文档评论(0)