Relevance

Jump to: navigation, search

Relevance

Contains the ranking of an item in a search response.

Elements

NameTypeDescription
code String The ranking method.
name Decimal The value of the ranking method. A larger number indicates a higher position in the response.

XML Response Example

<relevance>
   <code>Score</code>
   <value>2.7558</value>
</relevance>

JSON Response Example

"relevance": [
    {
      "code": "Score",
      "name": 1.118034
    }
]
 
Personal tools