org.terrier.structures
Interface BlockEntryStatistics

All Superinterfaces:
EntryStatistics, Serializable
All Known Implementing Classes:
BlockFieldLexiconEntry, BlockLexiconEntry

public interface BlockEntryStatistics
extends EntryStatistics

Interface describing the statistics for a block entry. It is just an Entry with a block count.


Method Summary
 int getBlockCount()
          The number of blocks that this term has.
 
Methods inherited from interface org.terrier.structures.EntryStatistics
add, getDocumentFrequency, getFrequency, getTermId, getWritableEntryStatistics, subtract
 

Method Detail

getBlockCount

int getBlockCount()
The number of blocks that this term has. Needed by the BlockInvertedIndexBuilder.



Terrier 3.6. Copyright © 2004-2011 University of Glasgow