We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Then you'll have a bunch of accounts without solr collections. These are not useful. Clean them up with:
Account.where(solr_endpoint_id:nil).each { |account| Apartment::Tenant.drop(account.tenant); account.destroy }