A-A+
Lucene HowTo(使用入门 官方网站链接)
HowTo
- This section should contain short descriptions/tutorials on how to accomplish simple tasks. See also LuceneCaveats.
Contribute To Lucene
Web applications
Optimizations
Indexing
- IndexingDateFields
HierarchalFields
IndexingOtherLanguages (How to Index Chinese, Japanese, Spanish, ????)
PainlessIndexing
ImproveIndexingSpeed (General suggestions to make indexing faster)
Searching
- SearchNumericalFields
HierarchicalFields
SpellChecker
SearchInMultipleFields
FilteringOptions
AnalysisParalysis
ImproveSearchingSpeed (General suggestions to make searching faster)
Spidering
- [Article] Keld H. Hansen: "Unweaving a Tangled Web With HTMLParser and Lucene" - http://javaboutique.internet.com/tutorials/HTMLParser/article.html
HttpUnitExample