Skip to content

Commit 01a550e

Browse files
v1.16: Experimental: Disable new indexer (#3313)
1 parent 48f4bdd commit 01a550e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

learn/resources/experimental_features_overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +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) | Use previous settings indexer | CLI flag or environment variable |

learn/self_hosted/configure_meilisearch_at_launch.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,18 @@ Helps running Meilisearch in cluster environments. It does this by modifying tas
538538
- Allows you to manually set task uids by adding a custom `TaskId` header to your API requests
539539
- Allows you to dry register tasks by specifying a `DryRun: true` header in your request
540540

541+
### Disable new indexer <NoticeTag type="experimental" label="experimental" />
542+
543+
<Warning>
544+
🚩 This option does not take any values. Assigning a value will throw an error. 🚩
545+
</Warning>
546+
547+
**Environment variable**: `MEILI_EXPERIMENTAL_NO_EDITION_2024_FOR_SETTINGS`<br />
548+
**CLI option**: `--experimental-no-edition-2024-for-settings`<br />
549+
**Default value**: `None`<br />
550+
551+
Falls back to previous settings indexer.
552+
541553
### SSL options
542554

543555
#### SSL authentication path

0 commit comments

Comments
 (0)