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
Currently, searchable snapshots disallow all settings updates. I think we’ll need to be smarter here and allow some settings to be writable whereas others not. For example, most (all?) search-related settings (e.g. “index.max_result_window”) should be configurable, whereas all write-related settings should not be allowed to change (e.g. “index.refresh_interval”). This logic applies to both changing settings of an existing searchable snapshot index (e.g. PUT myindex/_settings) as well as when specifying the “settings” parameter when creating a searchable snapshot index via the restore API.
The text was updated successfully, but these errors were encountered:
@andrross Do we have a list of settings which we would want to be updatable? Not sure if there is documentation on such (search/indexing) categorization?
Currently, searchable snapshots disallow all settings updates. I think we’ll need to be smarter here and allow some settings to be writable whereas others not. For example, most (all?) search-related settings (e.g. “index.max_result_window”) should be configurable, whereas all write-related settings should not be allowed to change (e.g. “index.refresh_interval”). This logic applies to both changing settings of an existing searchable snapshot index (e.g. PUT myindex/_settings) as well as when specifying the “settings” parameter when creating a searchable snapshot index via the restore API.
The text was updated successfully, but these errors were encountered: