Skip to content

Commit 304ae1d

Browse files
authored
Merge pull request #3331 from vespa-engine/kkraune-patch-1
Clarify elementCompleteness and negative weights
2 parents b44b5f0 + f854911 commit 304ae1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

en/reference/rank-features.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,9 @@ <h3 id="features-for-indexed-multivalue-string-fields">Features for indexed mult
705705

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

710712
<tr><td>elementSimilarity(<em>name</em>)</td>
711713
<td>0</td>

0 commit comments

Comments
 (0)