TermFrequencyItem
This object provides the frequency of a term derived from a term frequency target. E.g.:
// term derived from the term frequency target "keyword"
var kwdTerm = {
"term": "N1+%28ENVISAT%2",
"decodedTerm": "N1 (ENVISAT)",
"freq": 461,
}
// term derived from the term frequency target "source"
var srcTerm = {
"term": "Nasa SVS Image Server",
"decodedTerm": "Nasa SVS Image Server",
"freq": 765,
}
In the example above the term
derived from the term frequency target keyword appears 461 times in the nodes report
of the result set while
the term
derived from the term frequency target source indicates that 765
nodes of the result set own to the source "Nasa SVS Image Server".
See also termFrequency option
See also TermFrequency
See also TermFrequencyWidget