On Fri, Sep 13, 2013 at 5:21 PM, Phani Chaitanya <pvempaty....@gmail.com> wrote: > I'm wondering what happens to commit while we are indexing in parallel in > Solr. Are the indexing update requests blocked until the commit finishes ?
Nope. The add (updates) and commit can proceed in parallel. Because of this, the add that is happening at the same time as the commit may or may not make it into the commit. The add would make it into the next commit after the add completes of course. -Yonik http://lucidworks.com