Add and implement SearchInterface.origin_delete()
All threads resolved!
All threads resolved!
Compare changes
Files
4+ 22
− 0
@@ -1503,6 +1503,28 @@ class CommonSearchTest:
To enable swh alter removal
to fully remove origins from the archive,
we need to be able to remove origins from ElasticSearch.
As ElasticSearch indexes a document per origin, referenced by the origin URL, removing references to an origin is as simple as removing the associated document.
Closes #4652 (closed)