You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/03/21 16:43:00 UTC

[jira] [Commented] (LUCENE-10422) Monitor instantiation configurabilty improvements

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

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

Commit be9917895645f99573833859e0c5c0d1cfc5b6d8 in lucene's branch refs/heads/main from mogui
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=be99178 ]

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
>  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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org