Lucene introduction:
Section 1Full-text retrieval system and LuceneIntroduction· 3
I,What is a full-text retrieval and full-text retrieval system?· 3
II,What is Lucene??· 4
III,LuceneApplication, features, and advantages· 4
IV,Key issues in this article and cluceneProject· 5
Section 2 LuceneSystem Structure Analysis· 5
I,System Structure Organization· 5
II,Data Stream Analysis· 6
III,Based on LuceneApplication Development· 8
Section 3 LuceneIndex File Format Analysis· 9
I,LuceneDescription of source code implementation analysis· 9
II,LuceneIndex File Format· 10
III,Some common basic classes· 12
IV,Storage Abstraction· 13
V,About cluceneProject· 15
Section 4 LuceneIndex building logic module Analysis· 15
I,Introduction· 15
II,Object System and UMLFigure· 16
1. Term · 16
2. Field · 17
3. Document · 18
4. segment (segment) · 19
5. indexreader and indexwirter classes · 23
III,Data Stream Logic· 24
IV,About cluceneProject
Http://www.lucene.com.cn/about.htm#_Toc43005337
Other files:
Lucene API
E.net API
Introduction | lecture | structure | practice | entry | principle | word segmentation | API
From Lucene China.