Package org.egothor.store

This package contains an implementation of barrels on a hard disk.

See:
          Description

Class Summary
Documents Documents implements a documents DB structure on disc.
IListMetadata The IListMetadata class defines the core metadata of the inverted list, its length.
IListMetadataRead  
IListMetadataWrite  
ProximitiesFileIn The ProximitiesFileIn object reads the term proximities from a file.
ProximitiesFileOut The ProximitiesFileOut object defines a writer of proximities of terms.
Terms This objects implements the data structure that uses an 1-level index.
TermsWriter TermsWriter implements a writer of the structure that is described in Terms.
ThickBarrel This object is a core implementation of a barrel that has documents meta data stored in DiscIndexData and inverted lists meta data in DiscKeyIndexData.
ThickBarrelIn The ThickBarrelIn object is a core implementation of a Barrel that has document's metadata stored in Documents class and inverted list's metadata in Terms.
ThickBarrelOut This object implements a barrel that writes its inverted lists to a single file.
ThickBarrelSortedOut This object implements a barrel that writes its inverted lists to a single file.
 

Package org.egothor.store Description

This package contains an implementation of barrels on a hard disk.