Skip to content

Commit 447019c

Browse files
bratsethkkraune
andauthored
Update en/learn/faq.md
Co-authored-by: Kristian Aune <kkraune@users.noreply.github.com>
1 parent 3b3f076 commit 447019c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/learn/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ of a double. This can happen in two cases:
8787

8888
- The [ranking](../basics/ranking.html) expression used a feature which became `NaN` (Not a Number). For example, `log(0)` would produce
8989
-Infinity. One can use [isNan](../reference/ranking/ranking-expressions.html#isnan-x) to guard against this.
90-
- Surfacing low scoring hits using [grouping](../querying/grouping.html), that is, rendering low ranking hits with `each(output(summary()))` that are outside what Vespa computed and caches on a heap. This is controlled by the [total-keep-rank-count](../reference/schemas/schemas.html#total-keep-rank-count) perameter.
90+
- Surfacing low scoring hits using [grouping](../querying/grouping.html), that is, rendering low ranking hits with `each(output(summary()))` that are outside what Vespa computed and caches on a heap. This is controlled by the [total-keep-rank-count](../reference/schemas/schemas.html#total-keep-rank-count) parameter.
9191

9292
### How to pin query results?
9393
To hard-code documents to positions in the result set,

0 commit comments

Comments
 (0)