Re: Question on searcher creation limit

2006-10-23 Thread Yonik Seeley
On 10/23/06, Paul Waite <[EMAIL PROTECTED]> wrote: http://wiki.apache.org/solr/SolrConfigXml In the UpdateHandler section I see: 1 3600 0 So the hard part is already done - the parameters are named! ;-) Heh. I forgot that stuff was there. F

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. > Right. If a new news item c

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. > > Right. If a new news item c

Re: Question on searcher creation limit

2006-10-23 Thread Yonik Seeley
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. Right. If a new news item comes in, you could do a commit immed

Re: Question on searcher creation limit

2006-10-23 Thread Paul Waite
Yonik Seeley wrote: > This explains some of it: > http://wiki.apache.org/solr/SolrCaching > > So, there is normally only a single searcher handing around. > When a new searcher is opened, it is opened and warmed in the > "background" so there are two searchers for the duration of warming. > > A n

Re: Question on searcher creation limit

2006-10-23 Thread Yonik Seeley
This explains some of it: http://wiki.apache.org/solr/SolrCaching So, there is normally only a single searcher handing around. When a new searcher is opened, it is opened and warmed in the "background" so there are two searchers for the duration of warming. A new searcher is only opened on an ex

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