Re: real-time updates

2007-01-24 Thread Yonik Seeley
On 1/24/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > > > Essentially I'm asking if it ok to call often. Up to many > > times / second from multiple sources. > > Really depends on your collection size, the query rate, and what your > tolerance is for queries that might take longer sometime

Re: real-time updates

2007-01-24 Thread Ryan McKinley
> > Essentially I'm asking if it ok to call often. Up to many > times / second from multiple sources. Really depends on your collection size, the query rate, and what your tolerance is for queries that might take longer sometimes. I'd cut way down or remove any autowarming. If you norma

Re: real-time updates

2007-01-24 Thread Yonik Seeley
On 1/24/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: Is it an ok idea to design an app with solr where you assume data will be indexed immediately? For example, after a user uploads an image - immediately use solr to search a collection that will include this new image? > Essentially I'm askin

Re: real-time updates

2007-01-24 Thread Walter Underwood
On 1/24/07 1:15 AM, "Ryan McKinley" <[EMAIL PROTECTED]> wrote: > Is it an ok idea to design an app with solr where you assume data will > be indexed immediately? For example, after a user uploads an image - > immediately use solr to search a collection that will include this new > image? > > Ess