Package org.apache.lucene.index

Interface Summary
HasSubIndexReader A generic interface for Lucene readers (like SegmentReader and MultiReader) which marks them as being associated with a subIndex.
TransLog Controls the TransIndex transaction log.
 

Class Summary
CompassMultiReader A specific Lucene MultiReader which holds the sub index that it is associated with.
CompassSegmentReader A specific Lucene SegmentReader which holds the subIndex it is associated with.
DualCompoundFileWriter TAKEN FROM LUCENE.
FSTransLog A transaction log that saves most of the transactional data log into disk.
LuceneSegmentsMerger A helper class that can merge segments from a certain segment number till the last.
LuceneSubIndexInfo Provides information about the segments within a Lucene index and about the lucene index itself.
LuceneSubIndexInfo.LuceneSegmentInfo A Lucene single segment information
LuceneUtils  
RAMTransLog A memory based transaction log.
TransIndex Provides a transactional index based on Lucene IndexWriter.
 



Copyright (c) 2004-2006 The Compass Project.