基于Solr的搜索引擎研究与实现.doc
文本预览下载声明
精品 下载后可编辑复制
PAGE 8
摘 要
随着信息时代的来临,人们的生活、学习、工作和娱乐已经与信息技术充分的融为一体。随着群众对互联网参与度的增加和企事业单位信息化的逐步深入,信息量也成倍地增长,如何能更好地从浩如烟海的数字信息中快速、精准地查找到需要的信息,成为全国人民的迫切需求。尤其是处于信息化建设道路上的中小企业,如何快速且廉价地开放自己的信息检索系统,对于企业的成长至关重要。
本文介绍了搜索引擎的基本原理,对搜索引擎的一些核心技术进行了介绍与深入的分析;介绍了Lucene搜索引擎工具包的架构及其基本使用;对基于开源搜索引擎包 Lucene的搜索框架Solr进行架构、代码、配置等方面的研究;最后设计并实现了一个基于Solr1.3的简单可用的多库搜索引擎。整个设计过程致力于提高管理维护的方便性和可扩展性。
关键词: Lucene;Solr;搜索引擎;爬虫;中文分词
Abstract
With the advent of the information era, peoples lives, study, work and entertainment have been fully integrated with information technology. With the participation of the masses on the Internet and increase in the number of information-based enterprises, the amount of information has become several times as before. How to get useful information quickly and accurately has become 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 Solr1.3.
Keywords: Lucene ; Solr ; Search Engine ; Spider ; Chinese Word Segmentation
PAGE 8
目 录
TOC \o 1-3 第一章 前言 PAGEREF _Toc229407697 \h 5
1.1 绪论 PAGEREF _Toc229407698 \h 5
1.2 开源搜索引擎研究的意义和现状 PAGEREF _Toc229407699 \h 7
第二章 中文搜索引擎关键技术 PAGEREF _Toc229407700 \h 8
2.1 搜索引擎基本结构 PAGEREF _Toc229407701 \h 8
2.2 中文分词 PAGEREF _Toc229407702 \h 10
2.3 相关排序 PAGEREF _Toc229407703 \h 13
2.4 搜索引擎响应速度 PAGEREF _Toc229407704 \h 17
2.5 网络蜘蛛 PAGEREF _Toc229407705 \h 18
第三章 开源搜索引擎Solr PAGEREF _Toc229407706 \h 20
3.1 搜索引擎包Lucene PAGEREF _Toc229407707 \h 20
3.1.1 Lucene简介 PAGEREF _Toc229407708 \h 20
3.1.2 Lucene与Solr的关系 PAGER
显示全部