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

Christopher Currens edited comment on LUCENENET-522 at 5/18/13 5:33 PM:
------------------------------------------------------------------------

Hi Niels,

I haven't had time to look over this yet, but it looks very good.  Since this 
is just a backport from a later Lucene version, this would be something I would 
generally like to put into the actual core project, since it will eventually go 
into it eventually, but that's just my opinion.

If this is something you intend on donating to the project, there is a little 
bit of administrative work required on your part.  One time only, the ASF 
requires you to sign a contributor's license agreement 
[here|http://www.apache.org/licenses/#clas].  We generally don't require it for 
small commits/patches, but for larger features like this, I think we have to 
get one signed.  This only needs to happen for the ASF once...when they have it 
on file, you can then contribute to your liking on any project.  Once you do 
that, I can integrate it into the project, if that was your intention.
                
      was (Author: ccurrens):
    Hi Niels,

I haven't had time to look over this yet, but it looks very good.  Since this 
is just a backport from a later Lucene version, this would be something I would 
generally like to put into the actual core project, since it will eventually go 
into it eventually, but that's just my opinion.

If this is something you intend on donating to the project, there is a little 
bit of administrative work required on your part.  One time only, the ASF 
requires you to sign a contributor's license agreement 
[here|http://www.apache.org/licenses/#clas]
                  
> NrtManager and SearcherManager
> ------------------------------
>
>                 Key: LUCENENET-522
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-522
>             Project: Lucene.Net
>          Issue Type: New Feature
>          Components: Lucene.Net Contrib, Lucene.Net Core
>    Affects Versions: Lucene.Net 3.0.3
>            Reporter: Niels Kühnel
>
> NRTManager and SearcherManager from Lucene 3.5 are extremely useful classes 
> for working with Lucene, so I ported them to C#. The result is here 
> https://github.com/NielsKuhnel/NrtManager. The Java synchronization 
> primitives are a little bit different, but the C# equivalents accomplish the 
> same. Also, I made some small changes to make it work with Lucene.NET 3.0.3 
> and used TimeSpans to make it more .NET'ish.
> Do you think this should be added to the contrib project or stay stand-alone?
> In the repo you'll also find a small MVC.NET project showing how to use the 
> code, a jMeter stress test and the original java files.
> This blog post 
> http://blog.mikemccandless.com/2011/11/near-real-time-readers-with-lucenes.html
>  describes very well why we can't live without NRTManager.
> Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to