Does soft commit block on autowarming?

2014-09-24 Thread Bruce Johnson
I currently have an algorithm that needs to know whether query results are fresh up to a known point in time, and I'm using an explicit soft commit request to act as a latch point. I record the time T just before I issue a soft commit request, and when it returns, I assume that query results

Re: Does soft commit block on autowarming?

2014-09-24 Thread Yonik Seeley
On Wed, Sep 24, 2014 at 6:56 PM, Bruce Johnson br...@fullstory.com wrote: Is it reliably true that once a soft commit request returns, any subsequent queries will hit a new (and autowarmed) searcher? Yes. The default for commit and softCommit commands is waitSearcher=true, which will not return