diff --git a/en/reference/api/query.html b/en/reference/api/query.html
index 651d90c641..424565901f 100644
--- a/en/reference/api/query.html
+++ b/en/reference/api/query.html
@@ -1058,7 +1058,7 @@
ranking.matching
ranking.matching .filterFirstThreshold |
|
double [0.0, 1.0] |
- 0.3 |
+ 0.2 |
Rank profile equivalent: filter-first-threshold
@@ -1075,7 +1075,7 @@ ranking.matching
| ranking.matching .filterFirstExploration |
|
double [0.0, 1.0] |
- 0.3 |
+ 0.01 |
Rank profile equivalent: filter-first-exploration
diff --git a/en/reference/schemas/schemas.html b/en/reference/schemas/schemas.html
index a10c534e2e..4b7039ab78 100644
--- a/en/reference/schemas/schemas.html
+++ b/en/reference/schemas/schemas.html
@@ -1656,7 +1656,7 @@ rank-profile
This improves the response time at low hit ratios but causes a dip in recall.
The heuristic is used when the estimated filter hit ratio of the query is less
than this threshold.
- The default value is 0.3.
+ The default value is 0.2.
This parameter has no effect in streaming search.
@@ -1673,7 +1673,7 @@ rank-profile
graph for approximate neighbors with filtering.
A higher value means that the graph is explored more aggressively
and improves the recall at the cost of the response time.
- The default value is 0.3.
+ The default value is 0.01.
This parameter has no effect in streaming search.
|