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
I think It can be implemented like that: client.perform_request('POST', "_reindex", {}, { source: { index: general_name }, dest: { index: suffixed_name } })
_reindex is much faster than standard import.
I think It can be implemented like that:
client.perform_request('POST', "_reindex", {}, { source: { index: general_name }, dest: { index: suffixed_name } })
Here:
https://github.com/toptal/chewy/blob/master/lib/chewy/index/actions.rb#L180
The text was updated successfully, but these errors were encountered: