From 70c2a5372dbb6297ab1b79375e5cfb625fdcb695 Mon Sep 17 00:00:00 2001 From: Maryam Sulemani Date: Tue, 6 Sep 2022 11:22:41 +0400 Subject: [PATCH 1/2] v0.29: Telemetry --- learn/what_is_meilisearch/telemetry.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/learn/what_is_meilisearch/telemetry.md b/learn/what_is_meilisearch/telemetry.md index ec3b715bae..995a3d9dc8 100644 --- a/learn/what_is_meilisearch/telemetry.md +++ b/learn/what_is_meilisearch/telemetry.md @@ -174,3 +174,5 @@ This list is liable to change with every new version of Meilisearch. It's not be | `typo_tolerance.min_word_size_for_typos.two_typos` | The defined value for the `minWordSizeForTypos.twoTypos` parameter | 9 | `pagination.max_total_hits` | The defined value for the `pagination.maxTotalHits` property | 1000 | `faceting.max_values_per_facet` | The defined value for the `faceting.maxValuesPerFacet` property | 100 +| `per_index_uid` | `true` if the `uid` is used to fetch an index stat resource, otherwise `false` | `false` +| `most_used_matching_strategy` | The most used word matching strategy among all search requests in the aggregated event | `last` From c2bdeba42cdaae99d90a0a9c5ee7c83e84201063 Mon Sep 17 00:00:00 2001 From: Maryam Sulemani Date: Tue, 6 Sep 2022 13:43:55 +0400 Subject: [PATCH 2/2] update for auto-batching --- learn/what_is_meilisearch/telemetry.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/learn/what_is_meilisearch/telemetry.md b/learn/what_is_meilisearch/telemetry.md index 995a3d9dc8..0480fbd2eb 100644 --- a/learn/what_is_meilisearch/telemetry.md +++ b/learn/what_is_meilisearch/telemetry.md @@ -119,10 +119,6 @@ This list is liable to change with every new version of Meilisearch. It's not be | `infos.max_index_size` | Value of `--max-index-size`/`MEILI_MAX_INDEX_SIZE` in bytes | 336042103 | `infos.max_task_db_size` | Value of `--max-task-db-size`/`MEILI_MAX_TASK_DB_SIZE` in bytes | 336042103 | `infos.http_payload_size_limit` | Value of `--http-payload-size-limit`/`MEILI_HTTP_PAYLOAD_SIZE_LIMIT` in bytes | 336042103 -| `infos.enable_autobatching` | `true` if `--enable-autobatching` is activated, otherwise `false` | true -| `infos.max_batch_size` | Value of `--max-batch-size`, otherwise `null` | 1000 -| `infos.max_documents_per_batch` | Value of `--max-documents-per-batch`, otherwise `null` | 1000 -| `infos.debounce_duration_sec` | Value of `--debounce-duration-sec` in seconds, otherwise `0` | 3600 | `infos.log_level` | Value of `--log-level`/`MEILI_LOG_LEVEL` | debug | `infos.max_indexing_memory` | Value of `--max-indexing-memory`/`MEILI_MAX_INDEXING_MEMORY` in bytes | 336042103 | `infos.max_indexing_threads` | Value of `--max-indexing-threads`/`MEILI_MAX_INDEXING_THREADS` in integer | 4 @@ -176,3 +172,4 @@ This list is liable to change with every new version of Meilisearch. It's not be | `faceting.max_values_per_facet` | The defined value for the `faceting.maxValuesPerFacet` property | 100 | `per_index_uid` | `true` if the `uid` is used to fetch an index stat resource, otherwise `false` | `false` | `most_used_matching_strategy` | The most used word matching strategy among all search requests in the aggregated event | `last` +| `infos.disable_auto_batching` | `true` if `--disable-auto-batching`/`MEILI_DISABLE_AUTO_BATCHING` is specified, otherwise `false` | `true`