Niels Kühnel created LUCENENET-522:
--------------------------------------

             Summary: 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