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
|`version`|`String`| Config format version, use the same as your Quickwit version. |_required_|
350
350
|`index_id`|`String`| Index ID, must be the same index as in the request URI. |_required_|
351
-
|`index_uri`|`String`| Defines where the index files are stored. Cannot be updated. |`{current_index_uri}`|
351
+
|`index_uri`|`String`| Defines where the index files are stored. Cannot be updated. |`{default_index_root_uri}/{index_id}`|
352
352
|`doc_mapping`|`DocMapping`| Doc mapping object as specified in the [index config docs](../configuration/index-config.md#doc-mapping). |_required_|
353
353
|`indexing_settings`|`IndexingSettings`| Indexing settings object as specified in the [index config docs](../configuration/index-config.md#indexing-settings). ||
354
354
|`search_settings`|`SearchSettings`| Search settings object as specified in the [index config docs](../configuration/index-config.md#search-settings). ||
0 commit comments