Skip to content

Commit

Permalink
Merge pull request #3331 from vespa-engine/kkraune-patch-1
Browse files Browse the repository at this point in the history
Clarify elementCompleteness and negative weights
  • Loading branch information
kkraune authored Sep 3, 2024
2 parents b44b5f0 + f854911 commit 304ae1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion en/reference/rank-features.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,9 @@ <h3 id="features-for-indexed-multivalue-string-fields">Features for indexed mult

<tr><td>elementCompleteness(<em>name</em>).elementWeight</td>
<td>0</td>
<td><p id="elementCompleteness(name).elementWeight">The weight of the best matching element.</p></td></tr>
<td><p id="elementCompleteness(name).elementWeight">
The weight of the best matching element, starting from the default - i.e., negative weights will return 0.
</p></td></tr>

<tr><td>elementSimilarity(<em>name</em>)</td>
<td>0</td>
Expand Down

0 comments on commit 304ae1d

Please sign in to comment.