Question on searcher creation limit

2006-10-23 Thread Paul Waite
Hi chaps, I currently have a lucene app. which is a daemon listening on a port for XML requests and servicing these. I'm intending to switch to using Solr in the near(ish) future, but have a question. In my daemon, for servicing incoming search requests I manage index Searchers in a cache via the

Question on searcher creation limit

2006-10-23 Thread Paul Waite
Hi chaps, I currently have a lucene app. which is a daemon listening on a port for XML requests and servicing these. I'm intending to switch to using Solr in the near(ish) future, but have a question. In my daemon, for servicing incoming search requests I manage index Searchers in a cache via the

Re: Question on searcher creation limit

2006-10-23 Thread Paul Waite
pdates can't be batched and are done immediately a news item hits the system. However if I understand the above properly, we should implement a strategy which at least limits the commit frequency, to prevent the scenario you describe in the last para above. Cheers, Paul. > -Yonik >

Re: Question on searcher creation limit

2006-10-23 Thread Paul Waite
Yonik Seeley wrote: > On 10/23/06, Paul Waite <[EMAIL PROTECTED]> wrote: > > However if I understand the above properly, we should implement a strategy > > which at least limits the commit frequency, to prevent the scenario you > > describe in the last para above. >

Re: Question on searcher creation limit

2006-10-23 Thread Paul Waite
Yonik Seeley wrote: > On 10/23/06, Paul Waite <[EMAIL PROTECTED]> wrote: > > However if I understand the above properly, we should implement a > > strategy which at least limits the commit frequency, to prevent the > > scenario you describe in the last para above. &