Friday, October 24, 2008

Annotated Lucene (源码剖析)

Apache Lucene是一个高性能(high-performance)的全能的全文检索(full-featured text search engine)的搜索引擎框架库,完全(entirely)使用Java开发。它是一种技术(technology),适合于(suitable for)几乎(nearly)任何一种需要全文检索(full-text search)的应用,特别是跨平台(cross-platform)的应用。

0, Annotated Lucene (源码剖析)
1, Annotated Lucene:目录
2, Annotated Lucene:第一节 Lucene是什么
3, Annotated Lucene:第二节 索引文件概述
4, Annotated Lucene:第三节 索引文件结构(1)
5, Annotated Lucene:第三节 索引文件结构(2)
6, Annotated Lucene:第三节 索引文件结构(3)
7, Annotated Lucene:第三节 索引文件结构(4)
8, Annotated Lucene:第四节 索引是如何创建的
9, Annotated Lucene:第四节 索引创建过程
10, Annotated Lucene:第五节 索引是如何存储的
11, Annotated Lucene:第六节 文档内容是如何分析的
12, Annotated Lucene:第七节 如何给文档评分


备注:未完待续,部分内容和插图译自Lucene网站及代码,个别图片来自网上
Annotated Hadoop 作者:naven 日期:2008-10-20

No comments: