You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/0034-telemetry-policies.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,8 @@ The collected data is sent to [Segment](https://segment.com/). Segment is a plat
191
191
|`clear_all`|`true` if `DELETE /indexes/:indexUid/documents` endpoint was used in this batch, otherwise `false`| false |`Documents Deleted`|
192
192
| vector_store | Whether the [vector store](./0193-experimental-features.md#vector-store) feature is enabled. |`true`|`Experimental features Updated`|
193
193
| score_details | Whether the [score details](./0193-experimental-features.md#score-details) feature is enabled. |`true`|`Experimental features Updated`|
194
+
| scoring.show_ranking_score | Was `showRankingScore` used in the aggregated event? If yes, `true`, otherwise `false`|`false`|`Documents Searched POST`, `Documents Searched GET`|
195
+
| scoring.show_ranking_score_details | Was `showRankingScoreDetails` used in the aggregated event? If yes, `true`, otherwise `false`|`false`|`Documents Searched POST`, `Documents Searched GET`|
194
196
195
197
----
196
198
@@ -283,9 +285,11 @@ This property allows us to gather essential information to better understand on
283
285
| formatting.max_attributes_to_crop | The maximum number of attributes to crop encountered among all requests in the aggregated event. |`100`|
284
286
| formatting.crop_length | Does `cropLength` has been used in the aggregated event? If yes, `true` otherwise `false`|`false`|
285
287
| formatting.crop_marker | Does `cropMarker` has been used in the aggregated event? If yes, `true` otherwise `false`|`false`|
286
-
| formatting.show_matches_position |Does`showMatchesPosition` has been used in the aggregated event? If yes, `true` otherwise `false`|`false`|
288
+
| formatting.show_matches_position |Was`showMatchesPosition` used in the aggregated event? If yes, `true` otherwise `false`|`false`|
287
289
| facets.avg_facets_number | The average number of facets among all the requests containing the `facets` parameter in the aggregated event. `"facets": []` equals to `0` while not sending `facets` does not influence the average in the aggregated event. |`10`|
288
290
| matching_strategy.most_used_strategy | Most used word matching strategy among all search requests in the aggregated event. `last` / `all`|`last`|
291
+
| scoring.show_ranking_score | Was `showRankingScore` used in the aggregated event? If yes, `true`, otherwise `false`|`false`|
292
+
| scoring.show_ranking_score_details | Was `showRankingScoreDetails` used in the aggregated event? If yes, `true`, otherwise `false`|`false`|
289
293
290
294
---
291
295
@@ -320,6 +324,8 @@ This property allows us to gather essential information to better understand on
320
324
| formatting.show_matches_position | Does `showMatchesPosition` has been used in the aggregated event? If yes, `true` otherwise `false`|`false`|
321
325
| facets.avg_facets_number | The average number of facets among all the requests containing the `facets` parameter in the aggregated event. `"facets": []` equals to `0` while not sending `facets` does not influence the average in the aggregated event. |`10`|
322
326
| matching_strategy.most_used_strategy | Most used word matching strategy among all search requests in the aggregated event. `last` / `all`|`last`|
327
+
| scoring.show_ranking_score | Was `showRankingScore` used in the aggregated event? If yes, `true`, otherwise `false`|`false`|
328
+
| scoring.show_ranking_score_details | Was `showRankingScoreDetails` used in the aggregated event? If yes, `true`, otherwise `false`|`false`|
0 commit comments