I need an ES to generate threads inside each of which a writer and a searcher 
write, search and modify index files.


Till now, there is none example regarding the ES, NRTManager, etc. 


Don't know what is the use of such stuff if no one knows how to use it.
 
 
------------------ Original ------------------
From:  "Peter K"<peat...@yahoo.de>;
Date:  Thu, Jan 19, 2012 04:56 AM
To:  "java-user"<java-user@lucene.apache.org>; 

Subject:  Re: NRTManager, NRTManagerReopenThread and ExecutorServices example

 
Not sure when you would need an ExecutorService (why do you think you
need one?) but here are some links for the other two:

http://blog.mikemccandless.com/2011/11/near-real-time-readers-with-lucenes.html
http://blog.mikemccandless.com/2011/09/lucenes-searchermanager-simplifies.html
https://github.com/karussell/lucene-tmp/blob/master/src/main/java/de/jetsli/lumeo/LucPerfTest.java

BTW: Do you (really) have real time requirements? If not, the simple
SearcherManager can do it probably (a bit) better.

Peter.

> Hi, can any of you provide a working code example that utilizes the
> NRTManager, NRTManagerReopenThread and ExecutorServices instances?
>
> The limited availability of information regarding these classes really
> drives me nut.
>
> Thanks
>

Reply via email to