DictionaryEntryExtension extension
A DftMapEntry is a unit of entry in the DftMap of an inverted index. It enumerates the following property getters:
- on
Properties
Methods
-
incrementFrequency(
) → DftMapEntry - Returns a copy of the DftMapEntry instance with the Ft incremented by 1.
-
setFrequency(
Ft frequency) → DftMapEntry -
Returns a copy of the DftMapEntry instance with the Ft set to
frequency
.