The GEOSS Discovery And Access Broker APIs
Authors: Fabrizio Papeschi, Mattia Santoro, Stefano Nativi
API version: 1.4.3-beta

TermFrequencyItem

Module: Refinement
Parent Module: ResultSet

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

Item Index

Properties

Properties

decodedTerm

String

The term (decoded) of the term of a term frequency target

freq

String

The frequency at which term appears in the nodes report

term

String

The term of the term of a term frequency target