Thanks... I am seeing this problem right now.... Has anyone implemented a
better solution...?

Michael

-----Original Message-----
From: Chris Lamprecht [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 18, 2005 4:14 PM
To: Lucene Users List
Subject: Re: Search Performance

I should have mentioned, the reason for not doing this the obvious,
simple way (just close the Searcher and reopen it if a new version is
available) is because some threads could be in the middle of iterating
through the search Hits.  If you close the Searcher they get a Bad
file descriptor IOException.  As I found out the hard way :)


On Fri, 18 Feb 2005 15:03:29 -0600, Chris Lamprecht
<[EMAIL PROTECTED]> wrote:
> I recently dealt with the issue of re-using a Searcher with an index
> that changes often.  I wrote a class that allows my searching classes
> to "check out" a lucene Searcher, perform a search, and then return
> the Searcher.  It's similar to a database connection pool, except that

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to