public interface EntryStatistics extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
add(EntryStatistics e)
Increment the statistics of this object by that of another
|
int |
getDocumentFrequency()
The number of documents that the entry (term) occurred in
|
int |
getFrequency()
The frequency (total number of occurrences) of the entry (term).
|
int |
getTermId()
The id of the term
|
EntryStatistics |
getWritableEntryStatistics()
Get a copy of these entry statistics that can be reused.
|
void |
subtract(EntryStatistics e)
Decrement the statistics of this object by that of another
|
int getFrequency()
int getDocumentFrequency()
int getTermId()
void add(EntryStatistics e)
void subtract(EntryStatistics e)
EntryStatistics getWritableEntryStatistics()
Terrier 4.0. Copyright © 2004-2014 University of Glasgow