Hello!!! I am working with Solr on my first project and I am really happy so far, both with the product and with the community.
I am having some doubts about how DIH works. How does DIH handles concurrent requests from different users? Does it queue them? Or if an import is in progress it rejects new requests? I would also like to know if the "commit=true" flag. Does it enqueue a commit call in Solr? Or if another commit is in progress it blocks until is finished? Cheers! Juan M.