Package org.ceryle.util.search

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.
 

Exception Summary
SearchException A class that extends ProcessException for errors that occur during indexing and searching.
 



The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.