1 / 58
文档名称:

毕业设计(论文)-基于Solr的搜索引擎研究与实现.doc

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

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

分享

预览

毕业设计(论文)-基于Solr的搜索引擎研究与实现.doc

上传人:3346389411 2013/4/15 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于Solr的搜索引擎研究与实现.doc

文档介绍

文档介绍:摘要
随着信息时代的来临,人们的生活、学习、工作和娱乐已经与信息技术充分的融为一体。随着群众对互联网参与度的增加和企事业单位信息化的逐步深入,信息量也成倍地增长,如何能更好地从浩如烟海的数字信息中快速、精准地查找到需要的信息,成为全国人民的迫切需求。尤其是处于信息化建设道路上的中小企业,如何快速且廉价地开放自己的信息检索系统,对于企业的成长至关重要。
本文介绍了搜索引擎的基本原理,对搜索引擎的一些核心技术进行了介绍与深入的分析;介绍了Lucene搜索引擎工具包的架构及其基本使用;对基于开源搜索引擎包 Lucene的搜索框架Solr进行架构、代码、配置等方面的研究;。整个设计过程致力于提高管理维护的方便性和可扩展性。
关键词: Lucene;Solr;搜索引擎;爬虫;中文分词
Abstract
With the advent of the information era, people's lives, study, work and entertainment have been fully integrated with information technology. With the participation of the masses on the and increase in the number of information-based enterprises, the amount of information has e several times as before. How to get useful information quickly and accurately has e an important thing to everyone. For the small and medium-sized enterprises, how to develop its own message retrieval system quickly and cheaply is essential for the growth of enterprises.
In this paper, we introduce the basic principles of search engine and analyses a number of core technologies. I also introduce Lucene search engine tools, its basic framework and how to use it. We analyses Solr, which is an open source search engine based on Lucene, and its architecture, code, configuration. At last, we design and implement a simple multi-database search engine based on .
Keywords: Lucene ; Solr ; Search Engine ; Spider ; Chinese Word Segmentation

目录
第一章 前言 5
绪论 5
开源搜索引擎研究的意义和现状 7
第二章 中文搜索引擎关键技术 8
搜索引擎基本结构 8
中文分词 10
相关排序 13
搜索引擎响应速度 17
网络蜘蛛 18
第三章 开源搜索引擎SOLR 20
搜索引擎包Lucene 20
Lucene简介 20
Lucene与Solr的关系 20
Lucene的结构 21
Lucene的使用 22
Lucene的评分公式 26
Lucene的搜索结果排序 27
Solr的介绍 28
Solr的特点与优势 28
29
Solr的配置和使用 29
29
30
31
31
33
查询HTTP接口参数 36
36
内核调用机制 36
分库机制 37