Re: crash in Lucene

2003-11-10 Thread Erik Hatcher
On Friday, November 7, 2003, at 08:38 AM, Chong, Herb wrote: i'm running in a single thread. the demo app is pretty vague on things and expects me to read the detailed documentation. not what i like in a sample application where someone is supposed to learn from it. taking the close() call out

Re: crash in Lucene

2003-11-07 Thread Otis Gospodnetic
--- Erik Hatcher [EMAIL PROTECTED] wrote: On Thursday, November 6, 2003, at 02:44 PM, Chong, Herb wrote: it's the line with the close(). so the remedy then is to make sure that it is called only once. what is the recommended way to process two folders worth of documents then? do i

RE: crash in Lucene

2003-11-07 Thread Chong, Herb
. Herb... -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 7:12 PM To: Lucene Users List Subject: Re: crash in Lucene I've lost track of the details of what you're doing, but if you're indexing on two different threads, then that could

RE: crash in Lucene

2003-11-07 Thread Otis Gospodnetic
, 2003 7:12 PM To: Lucene Users List Subject: Re: crash in Lucene I've lost track of the details of what you're doing, but if you're indexing on two different threads, then that could be a problem: http://www.mail-archive.com/[EMAIL PROTECTED]/ msg00350.html Is the FAQ

Re: crash in Lucene

2003-11-06 Thread Dmitry Serebrennikov
() was called twice on the same IndexWriter. Perhaps the demo has a bug that ends up doing this in some cases? Dmitry. Subject: RE: crash in Lucene From: Chong, Herb [EMAIL PROTECTED] Date: Tue, 4 Nov 2003 16:04:38 -0500 To: Lucene Users List [EMAIL PROTECTED] no change in 1.3RC2. the crash

RE: crash in Lucene

2003-11-06 Thread Chong, Herb
Serebrennikov [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 2:47 PM To: Lucene Users List Subject: Re: crash in Lucene Assuming it's writeLock.release(), an easy explanation would be that close() was called twice on the same IndexWriter. Perhaps the demo has a bug that ends up doing

Re: crash in Lucene

2003-11-06 Thread Erik Hatcher
On Thursday, November 6, 2003, at 02:44 PM, Chong, Herb wrote: it's the line with the close(). so the remedy then is to make sure that it is called only once. what is the recommended way to process two folders worth of documents then? do i need to create a new IndexWriter object for each

RE: crash in Lucene

2003-11-05 Thread Chong, Herb
: crash in Lucene 120k documents?! You're asking a lot of the *demo*. It was not ever meant to be a production-quality HTML or text file processor. My suggestion is that you create your own custom indexer code using something more production quality for HTML parsing like Neko HTML or JTidy

Re: crash in Lucene

2003-11-04 Thread Erik Hatcher
2000 and the single directory has 120,000 files in it. no subdirectories. Herb -Original Message- From: Otis Gospodnetic +AFs-mailto:otis+AF8-gospodnetic+AEA-yahoo.com+AF0- Sent: Saturday, November 01, 2003 9:28 AM To: Lucene Users List Subject: Re: crash in Lucene I suggest you

RE: crash in Lucene

2003-11-04 Thread Chong, Herb
- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 1:42 PM To: Lucene Users List Subject: Re: crash in Lucene Could you try the latest CVS version or 1.3 RC build and see if the problem has been resolved

Re: crash in Lucene

2003-11-04 Thread Erik Hatcher
600 bytes in size. Herb -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 1:42 PM To: Lucene Users List Subject: Re: crash in Lucene Could you try the latest CVS version or 1.3 RC build and see if the problem has been resolved