Package com.sun.labs.minion.indexer.partition

Provides the classes that implement the partitions of the indexer.

See:
          Description

Interface Summary
Dumper An interface for partition dumpers.
 

Class Summary
AsyncDumper A class that will be used to dump partitions in an orderly fashion.
CachedDocumentVectorLengths  
DelMap A class that holds the two components of a deletion map: the number of documents deleted and the bitmap of the deleted documents.
DiskPartition A partition of the index which is resident on the disk and suitable for querying.
DiskPartitionFactory A factory class for generating memory partitions and disk partitions during indexing and querying.
DocEntryMapper A class that can be used to remap document IDs when merging dictionaries composed of document keys.
DocumentIterator An iterator for all of the documents in a set of partitions.
DocumentVectorLengths A class that holds the document vector lengths for a partition.
FieldIterator A class that will iterate through all of the saved values in a set of partitions for a given field.
InvFileDiskPartition A disk partition that holds data that is specific to the implementation of an inverted file.
InvFileMemoryPartition  
InvFilePartitionFactory A factory class for inverted file partitions.
InvFilePartitionUtils  
MemoryPartition A class for holding a partition in memory while it is under construction.
Partition A superclass for Partitions.
PartitionManager For any particular collection that we will index, there can be multiple entry types and for each entry type there can be multiple partitions.
PartitionStats A class that holds a variety of statistics for a partition.
SyncDumper A dumper that will dump partitions synchronously.
ThrowDumper A dumper that will throw away partitions without doing anything.
 

Package com.sun.labs.minion.indexer.partition Description

Provides the classes that implement the partitions of the indexer.