We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-delete-all
This index does not matter, is not used by anything, and does not work properly.
No response
The text was updated successfully, but these errors were encountered:
registry
Workaround added to procedures using curl:
Delete all:
curl -X POST -H 'Content-Type: application/json' --data-binary '{"delete":{"query":"*:*" }}' 'http://localhost:8983/solr/data/update?commit=true'
or delete a package:
curl -X POST -H 'Content-Type: application/json' --data-binary '{"delete":{"query":"package_id:80a1d82c-3c07-4d9d-9be8-85fcbf99473e" }}' '[http://localhost:8983/solr/data/update?commit=true'](http://localhost:8983/solr/data/update?commit=true%27)
Sorry, something went wrong.
jordanpadams
No branches or pull requests
💡 Description
This index does not matter, is not used by anything, and does not work properly.
⚔️ Parent Epic / Related Tickets
No response
The text was updated successfully, but these errors were encountered: