Re: NPE in MultiReader

2007-07-28 Thread Mark Miller
Very odd...looks to me like one of the subreaders in the subreader array is null. Very odd because at one point it must not have been null to get past the MultiReader creation... testn wrote: Every once in a while I got the following exception with Lucene 2.2. Do you have any idea? Thanks, j

Re: NPE in MultiReader

2007-07-27 Thread testn
- Using Spring Module 0.8a - Using RAM directory - Having about 100,000 documents - Index all documents in one thread - Perform the optimize only at the end of the indexing process - Using Lucene 2.2 Dmitry-17 wrote: > > What the conditions you are following when running lucene - like > config

Re: NPE in MultiReader

2007-07-27 Thread Dmitry
What the conditions you are following when running lucene - like configuration, parameters..can you describe more? thanks, dt, www.ejinz.com Search Engine News - Original Message - From: "testn" <[EMAIL PROTECTED]> To: Sent: Friday, July 27, 2007 7:50 PM Subject: NPE in MultiReader