[ 
https://issues.apache.org/jira/browse/LUCENE-10422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510009#comment-17510009
 ] 

ASF subversion and git services commented on LUCENE-10422:
----------------------------------------------------------

Commit 72cf36a2b8d8811536b74e742c75bf33331dc923 in lucene's branch 
refs/heads/branch_9x from mogui
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=72cf36a ]

LUCENE-10422: Read-only monitor implementation (#679)

This commit adds a read-only monitor implementation that can
search the QueryIndex of another monitor without supporting adding
new queries.

> Monitor instantiation configurabilty improvements
> -------------------------------------------------
>
>                 Key: LUCENE-10422
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10422
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Niko Usai
>            Priority: Minor
>          Time Spent: 8h 10m
>  Remaining Estimate: 0h
>
> 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{}}})



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to