|
Class Summary |
| DocumentFactory |
A factory for creating Lucene Documents based on file system contents. |
| Finder |
An abstract class to supply search engine support
for searching a particular domain of content. |
| FSFinder |
Implements the Finder interface, providing a
Lucene-based search engine designed to index a file system. |
| FSIndexer |
Extends the Indexer API to build an index for the provided file system (FS) directory. |
| Indexer |
An abstract class that extends Thread to build a search index. |
| SearchHit |
A class as a struct containing information about a search hit. |
| SearchService |
Wraps various keyword searching functionality into a single object. |