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
Fix index update endpoint panic when index_uri is the bucket root (#5711)
* Add failing unit test
* Fix index update endpoint panic when index_uri is the bucket root
* Simplify update endpoint to use same default URI as create
|`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