Is there any advantage to using CopyOnRead to create a copy of the
Lucene indexes on the file system when using a local TarMK Repository.
For example, I have a single author running on a VM and the repository
and the index folder are both stored on the same file system. I read
through the JackRabbit Oak Lucene documentation and it states this about
CopyOnReadLucene indexes are stored in NodeStore. Oak Lucene provides a
custom directory implementation which enables Lucene to load index from
NodeS...