Hi all,

I'm working on a project where I use very heavily Lucene Monitor package, but I 
miss some features that I intend to implement and make a PR on main project.

Before start to do it, I wanted to check if it makes sense for you or if 
something is already on the way to be developed or not.

What I miss is some simple things in how Monitor manages it's Directory, 
IndexWriter and IndexReader, what I want to do is extend MonitorConfiguration 
to make possible mainly these two things:
        • option to use a custom Directory implementation 
        • option to have a readonly QueryIndex in order to have more Monitor 
instance on different server reading from the same index (now the index reader 
is created from the index writer so it is impossible to make a readonly Monitor)

Is this something worth contributing ? what do you think?


m0gui - Keep calm & code in C
---
pub   1024D/3BF6890C
Key fingerprint = CEDD 4512 3248 4C9C 2493 FE56 2E55 A884 3BF6 890C
server: pgp.mit.edu
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to