From 3079d60d0c4592e89b879011888d43819e2c42e1 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Mon, 12 Feb 2024 10:40:03 +0100 Subject: [PATCH] Remove from telemetry and experimental features --- text/0034-telemetry-policies.md | 2 -- text/0193-experimental-features.md | 23 ----------------------- text/0194-experimental-feature-api.md | 1 - 3 files changed, 26 deletions(-) diff --git a/text/0034-telemetry-policies.md b/text/0034-telemetry-policies.md index d117e02d..f9c2b8ce 100644 --- a/text/0034-telemetry-policies.md +++ b/text/0034-telemetry-policies.md @@ -205,7 +205,6 @@ The collected data is sent to [Segment](https://segment.com/). Segment is a plat | `per_filter`| `true` if `POST /indexes/:indexUid/documents/delete` endpoint was used in this batch, otherwise `false` | false | `Documents Fetched GET`, `Documents Fetched POST`, `Documents Deleted` | | `clear_all` | `true` if `DELETE /indexes/:indexUid/documents` endpoint was used in this batch, otherwise `false` | false | `Documents Deleted` | | vector_store | Whether the [vector store](./0193-experimental-features.md#vector-store) feature is enabled. | `true` | `Experimental features Updated` | -| score_details | Whether the [score details](./0193-experimental-features.md#score-details) feature is enabled. | `true` | `Experimental features Updated` | | scoring.show_ranking_score | Was `showRankingScore` used in the aggregated event? If yes, `true`, otherwise `false` | `false` | `Documents Searched POST`, `Documents Searched GET`, `Documents Searched by Multi-Search POST` | | scoring.show_ranking_score_details | Was `showRankingScoreDetails` used in the aggregated event? If yes, `true`, otherwise `false` | `false` | `Documents Searched POST`, `Documents Searched GET`, `Documents Searched GET` | | `facets.total_distinct_facet_count` | The total number of distinct facets queried for the aggregated event | `3` | `Facet Searched POST` | @@ -740,7 +739,6 @@ This property allows us to gather essential information to better understand on |---------------|-------------|---------| | user_agent | Represents the user-agent encountered on this call. | `["Meilisearch Ruby (v2.1)", "Ruby (3.0)"]` | | vector_store | Whether the [vector store](./0193-experimental-features.md#vector-store) feature is enabled. | `true` | -| score_details | Whether the [score details](./0193-experimental-features.md#score-details) feature is enabled. | `true` | --- diff --git a/text/0193-experimental-features.md b/text/0193-experimental-features.md index f3eb915e..6005c594 100644 --- a/text/0193-experimental-features.md +++ b/text/0193-experimental-features.md @@ -59,29 +59,6 @@ curl \ - - - - - - -``` -curl \ - -X PATCH 'http://localhost:7700/experimental-features/' \ - -H 'Content-Type: application/json' \ ---data-binary '{ - "scoreDetails": true - }' -``` - - - Enables computing detailed scores - Confidence on the computed details names - v1.4 - - - - diff --git a/text/0194-experimental-feature-api.md b/text/0194-experimental-feature-api.md index a7d75524..c2498438 100644 --- a/text/0194-experimental-feature-api.md +++ b/text/0194-experimental-feature-api.md @@ -34,7 +34,6 @@ This response is a JSON object containing the following fields: |Field name|Type|Experimental feature| |----------|----|-----| -|`scoreDetails`|Boolean| [Score details](./0193-experimental-features.md#score-details) | |`vectorStore`|Boolean| [Vector store](./0193-experimental-features.md#vector-store) | The PATCH routes accept as payload a JSON object containing the same fields as in the response, with the following effects on the corresponding feature: