org.egothor.core
Interface IListMetadata

All Known Implementing Classes:
IListMetadata, IListMetadataRead, IListMetadataWrite

public interface IListMetadata

The IListMetadata class defines the core metadata of the inverted list, its length. The length of the list will be needed for many calculations, for example, calculation of inverted document frequency. Other properties are not important for core operations so they are implemented in sub-classes.

Author:
Leo Galambos

Method Summary
 long getLength()
          Return the length of the list.
 

Method Detail

getLength

long getLength()
Return the length of the list. The length counts all list items, both removed and active documents.

Returns:
the length