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_|
344
344
|`index_id`|`String`| Index ID, must be the same index as in the request URI. |_required_|
345
-
|`index_uri`|`String`| Defines where the index files are stored. Cannot be updated. |`{current_index_uri}`|
345
+
|`index_uri`|`String`| Defines where the index files are stored. Cannot be updated. |`{default_index_root_uri}/{index_id}`|
346
346
|`doc_mapping`|`DocMapping`| Doc mapping object as specified in the [index config docs](../configuration/index-config.md#doc-mapping). |_required_|
347
347
|`indexing_settings`|`IndexingSettings`| Indexing settings object as specified in the [index config docs](../configuration/index-config.md#indexing-settings). ||
348
348
|`search_settings`|`SearchSettings`| Search settings object as specified in the [index config docs](../configuration/index-config.md#search-settings). ||
0 commit comments