Hi There, I have noticed a performance degration on oak:index/lucene,
this happens when you reindex few times as it seems setting reindex=true also indexes the index data under /oak:index/lucene/:data which basically duplicates the index size and which also increases reinxing time I have seen around 8gb of index data where original index should be 350~mb Adding excludedPaths ["/oak:index/lucene"] to the index node seems to resolve the issue. Regards Eren