Re: anticipating the indexing completion

2012-05-09 Thread Otis Gospodnetic
Paul, Are you asking how to figure out the time between add doc and see doc? I suppose it could be useful to have Solr expose info about how much time until the next autocommit and then you could add that to the warmup time from previous warming and estimate. Otis Performance Monitoring

Re: anticipating the indexing completion

2012-05-09 Thread Paul Libbrecht
Hi Otis, I was not so much trying to find estimates but trying to indicate if it was done. I understand the indexing works in batches after which there's a commit followed by a warm-phase: if my add could be responded with a commit id and that one could check that this commit is now available,

Re: anticipating the indexing completion

2012-05-09 Thread Jack Krupansky
-td494627.html -- Jack Krupansky -Original Message- From: Paul Libbrecht Sent: Wednesday, May 09, 2012 5:22 PM To: solr-user@lucene.apache.org Subject: Re: anticipating the indexing completion Hi Otis, I was not so much trying to find estimates but trying to indicate if it was done. I