Lucene Intro (O'Reilly)
[Posted October 8, 2003 by cook]
Erik Hatcher
introduces Jakarta Lucene, a Java-based text search engine.
"
Lucene is a high-performance, scalable, search engine technology. Both indexing and searching features make up the Lucene API. The first part of this article takes you through an example of using Lucene to index all the text files in a directory and its subdirectories. Before proceeding to examples of analysis and searching, we'll take a brief detour to discuss the format of the index directory."
(
Log in to post comments)