Description
In customer case running with oak-1.0.9 it was required to remove the lucene index data nodes due to some corruption.
On mongo db storage we have some oak js script that can be used to removed a node in the repository. But in the case of Tar MK, only oak-run command is available to access the repository at lower level, and that one doesn't have any feature to remove the lucene index data node for example.
I had tried to implement it in the oak run forked project https://github.com/tyge68/jackrabbit-oak/commit/e469401e54df2bb900841575e0bf03e4441b483b
It would be good to check if the code can be included and retested for next releases of oak run tooling.