Package lempinen.neatseeker.core

Interface Summary
Collector Defines the interface for various collectors.
Indexer Defines the interface for various Indexers.
Stemmer Interface definition for NeatSeeker stemmer classes.
Weighter Defines the interface for a NeatSeeker search result weighter.
 

Class Summary
AbstractCollector Provides an abstract implementation of a Collector.
AbstractIndexer An abstract class for building NeatSeeker indexers.
AbstractWeighter Provides an abstract implementation of a Weighter.
Bucket Class that represents a single Bucket (a TreeMap).
Entry Encapsulates the information for a particular index entry.
FileSystemCollector Implements a Collector for the local filesystem.
IndexerFactory A Factory that churns out Indexers (and Collectors).
NeatMaker Command-line utility for running various indexers.
NeatSeeker The NeatSeeker search front-end class.
Pointer Represents single Target in the TargetIndex for a particular keyword.
PointerList Represents a list of Pointers for a particular keyword.
Repository Class for handling a repository of Buckets.
Statistics Manages the statistical information concerning the repository.
StemmerFactory A Factory that churns out Stemmers.
StopWordList Class for reading and querying a stopword list.
Target Represents a simple target document object.
TargetIndex Class for storing and retrieving Targets from a RandomAccessArray.
WeighterFactory A Factory that churns out Weighters.