Skip to content
Merged

clarify #4664

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion en/reference/querying/default-result-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,12 @@
<td>root</td>
<td>yes</td>
<td>Double</td>
<td><p id="relevance">Double value representing the rank score.</p></td>
<td>
<p id="relevance">Double value representing the rank score.
The rank score is returned from the <a href="../../ranking/ranking-intro.html">rank-profile</a>'s
first, second, or <a href="../../ranking/phased-ranking.html#using-a-global-phase-expression">global</a> phase.
</p>
</td>
</tr>
<tr>
<th>source</th>
Expand Down