RE: concurrent usage summary

2001-12-09 Thread jean-christian . gagne
Thanks a lot for the complete answer Doug ! JCG -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: concurrent usage summary

2001-12-07 Thread Doug Cutting
> From: [EMAIL PROTECTED] > > It looks like Lucene supports concurrent searchs as long as > the index is not > modified with add, delete, or optimize actions (and maybe > others?). Searches may be made at any time, including while the index is being modified by the add, delete and optimize ope

concurrent usage summary

2001-12-07 Thread jean-christian . gagne
Hi all, It looks like Lucene supports concurrent searchs as long as the index is not modified with add, delete, or optimize actions (and maybe others?). For those actions, it is not clear what is happening (at least for me) with open searchers, readers and writers. Can those be reused freely ?