Skip to content
Open
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
5 changes: 3 additions & 2 deletions en/reference/schema-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -2299,11 +2299,11 @@ <h2 id="summary-features">summary-features</h2>
}
</pre>
<p>
Any number of rank features separated by space can be listed on each line.
Any number of rank features separated by space can be listed on each line.
{% include note.html content="Features must be <a href="https://docs.vespa.ai/en/ranking-expressions-features.html#accessing-feature-function-values-in-results">functions</a>, you can't directly specify a compound expression in match/summary-features. "%}
</p>



<h2 id="match-features">match-features</h2>
<p>
Contained in <a href="#rank-profile">rank-profile</a>.
Expand Down Expand Up @@ -2341,6 +2341,7 @@ <h2 id="match-features">match-features</h2>
</pre>
<p>
Any number of ranking features separated by space can be listed on each line.
{% include note.html content="Features must be <a href="https://docs.vespa.ai/en/ranking-expressions-features.html#accessing-feature-function-values-in-results">functions</a>, you can't directly specify a compound expression in match/summary-features. "%}
</p>


Expand Down