Skip to content

Add logic to delete Solr cores as part of instance and bulk delete #40

@dsolovay

Description

@dsolovay

Currently, Solr cores are left in place if a site is deleted. Functionality can be added to fix this by adding logic to call

http://localhost:8983/solr/admin/cores?action=UNLOAD&deleteIndex=true&deleteInstanceDir=true&core=CORE_NAME

The Solr URL is in the Solr root config, and the name of each core can be pulled from the individual index configurations. The DELETE information screen text should also be updated.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions