Thomas Mueller created OAK-9065:
-----------------------------------
Summary: JMX feature to remove large disabled indexes (recursive
delete)
Key: OAK-9065
URL: https://issues.apache.org/jira/browse/OAK-9065
Project: Jackrabbit Oak
Issue Type: Improvement
Reporter: Thomas Mueller
Assignee: Thomas Mueller
This is for property indexes and hybrid Lucene indexes (Hybrid v2).
Because there are lots of hidden nodes, we need to remove them step-by-step
(and recursively) in some way.
The Hybrid v2 index uses this feature:
org.apache.jackrabbit.oak.plugins.index.lucene.property.RecursiveDelete (called
by PropertyIndexCleaner). We can re-use it.
I don't think this is strictly needed by the segment store, but I don't think
it would hurt there.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)