****大学本科毕业论文基于索引技术的网络数据检索优化讨论 院(系)名 称: 专 业 名 称 : 学 生 姓 名 : 指 导 教 师 : 年 月 摘 要搜索引擎以一定的策略在Web上搜集和发现信息,在对信息进行处理和组织后,为用户提供Web信息查询服务。按功能划分大致可以被分成三个模块,或三个子系统:网络爬虫模块(即对网络信息的搜集),网页索引模块和提供查询查询服务的模块。在预处理部分中,索引器这个核心组件优越与否是衡量一个Web搜索引擎能力的重要标准,它在一定程度限定了整个搜索引擎的性能,比如和用户搜索内容的匹配程度,检索索引文件的速度是否迅速等。因此,本文针对如何优化检索网络数据进行分析和讨论,利用的技术主要是索引技术,而索引器正是实现并包含了这个技术的核心组件。所以本文将针对索引器的组织以及结构进行详细的分析和说明。本文首先从整个搜索引擎的背景及讨论现状入手,分析了如今搜索引擎的进展趋势。第二章描述了讨论中运用到得技术。第三章详细分析了索引器的结构以及工作原理,包括网页内容过滤模块,中文分词模块,倒排文件存储模块。在第四章中给出了部分模块的代码实现。最后,文章总结了作者在索引子系统讨论过程中的主要工作和收获,以及讨论中的不足之处,并提出了几项未来需要继续进行的工作。ABSTRACTSearch Engine is used to search and collect information at Internet with using some searching strategy. And then disposal or organize the information collected from Internet in order to supply web information searching service to web-user. Search Engine is separated in three models or three child-system: Web Crawlers model (searching information at Internet), web index model and searching service model. In the second model, index system is one core component of all Search Engine System that supply a crucial standard to judge the performance of the Search Engine.So, this thesis will intensively describe and discuss how to improve the data searching in web, mostly using the index-technic.First, this passage describes current background and trend of development of Search Engine. Then in...