Re: Queuing adds and commits

2008-04-29 Thread James Brady
Depending on your application, it might be useful to take control of the queueing yourself: it was for me! I needed quick turnarounds for submitting a document to be indexed, which Solr can't guarantee right now. To address it, I wrote a persistent queueing server, accessed by XML-RPC, whic

Re: Queuing adds and commits

2008-04-28 Thread Chris Hostetter
: A while back Hoss described Solr queuing behavior: : : > searches can go on happily while commits/adds are happening, and : > multiple adds can happen in parallel, ... but all adds block while a : > commit is taking place. i just give all of clients that update the : > index a really large time