You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Willnauer (Updated) (JIRA)" <ji...@apache.org> on 2011/11/09 01:49:51 UTC

[jira] [Updated] (LUCENE-3558) SearcherManager and NRTManager should be in the same package

     [ https://issues.apache.org/jira/browse/LUCENE-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Willnauer updated LUCENE-3558:
------------------------------------

    Attachment: LUCENE-3558.sh
                LUCENE-3558.patch

here is a patch that moves NRTManager & SearcherManager into core. Both are now in o.a.l.search - To apply the patch run the bash file first or the included svn commands
                
> SearcherManager and NRTManager should be in the same package
> ------------------------------------------------------------
>
>                 Key: LUCENE-3558
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3558
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Robert Muir
>            Assignee: Simon Willnauer
>             Fix For: 3.5, 4.0
>
>         Attachments: LUCENE-3558.patch, LUCENE-3558.sh
>
>
> I didnt even know NRTManager was still around, because its in the .index package, whereas SearcherManager is in the .search package.
> Separately, I don't like that this stuff is so 'hard' with core lucene... would it be so bad if this stuff was added to core?
> I suspect a lot of people have issues with this stuff (see http://www.lucidimagination.com/search/document/37964e5f0e5d733b) for example.
> Worst case is just that, combine mistakes with trying to manage this stuff with MMap unmapping and total lack of error detection
> for searching closed readers (LUCENE-3439) and its a mess.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org