Skip to content

Commit

Permalink
Update vespa test files
Browse files Browse the repository at this point in the history
  • Loading branch information
olaughter committed Sep 25, 2024
1 parent edca2d3 commit 191ccea
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
<query-profile id="default">
<!--
This is the number of documents returned, for >200 physical documents with
25 passages this will need to be revisited. Can be overridden in the vespa
query because maxHits is disabled.
-->
<field name="hits">5000</field>
<field name="maxHits">50000</field>
<field name="maxOffset">500000</field>
<field name="grouping.defaultMaxHits">-1</field>
<field name="grouping.defaultMaxGroups">-1</field>
<field name="grouping.globalMaxGroups">-1</field>
<!--
See https://docs.vespa.ai/en/reference/query-api-reference.html#ranking.softtimeout.enable
for documentation on the below timeout options.
-->
<field name="timeout">20</field>
<field name="ranking.softtimeout.enable">true</field>
<field name="ranking.softtimeout.factor">0.7</field>
Expand Down

0 comments on commit 191ccea

Please sign in to comment.