Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
I'm working on a project where I use very heavily Lucene Monitor package, but I miss 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: * use a custom Directory implementation.
- use 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)
Attachments
Issue Links
- links to