Guest User

Untitled

a guest
Aug 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. def delete_associations_from_elastic_search
  2. # efficiently delete all records from Elastic with the given site ids
  3. Escargot::Cluster.delete_by_query("site_id:(#{site_ids.join(' OR ')})")
  4. end
Add Comment
Please, Sign In to add comment