Skip to content

Commit 41006cf

Browse files
πŸ’…
1 parent be2ed09 commit 41006cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žlearn/resources/experimental_features_overview.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Activating or deactivating experimental features this way does not require you t
5959
| [Search query embedding cache](/learn/self_hosted/configure_meilisearch_at_launch#search-query-embedding-cache) | Enable a cache for search query embeddings | CLI flag or environment variable |
6060
| [Uncompressed snapshots](/learn/self_hosted/configure_meilisearch_at_launch#uncompressed-snapshots) | Disable snapshot compaction | CLI flag or environment variable |
6161
| [Maximum batch payload size](/learn/self_hosted/configure_meilisearch_at_launch#maximum-batch-payload-size) | Limit batch payload size | CLI flag or environment variable |
62-
| [Disable new indexer](/learn/self_hosted/configure_meilisearch_at_launch) | Disables indexer implemented in 2025 | CLI flag or environment variable |
62+
| [Disable new indexer](/learn/self_hosted/configure_meilisearch_at_launch) | Use previous settings indexer | CLI flag or environment variable |

β€Žlearn/self_hosted/configure_meilisearch_at_launch.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Helps running Meilisearch in cluster environments. It does this by modifying tas
548548
**CLI option**: `--experimental-no-edition-2024-for-settings`<br />
549549
**Default value**: `None`<br />
550550

551-
Disables the indexing process implemented in mid 2025 and falls back to the previous workflow.
551+
Falls back to previous settings indexer.
552552

553553
### SSL options
554554

0 commit comments

Comments
Β (0)