For a new benchmark I need access to NodeStore associated with current
Oak instance to configure a cleaner instance [1].

Any idea on how can it be done? So far not able to find a way to
access the NodeStore instance in the benchmark [2].

One way can be to expose NodeStore instance from the Oak class. Would
that be ok to do?

Chetan Mehrotra
[1] 
https://github.com/chetanmeh/jackrabbit-oak/blob/OAK-6535/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/property/PropertyIndexCleaner.java#L64

[2] 
https://github.com/chetanmeh/jackrabbit-oak/blob/OAK-6535/oak-benchmarks/src/main/java/org/apache/jackrabbit/oak/benchmark/HybridIndexTest.java#L151

Reply via email to