Is it an ok idea to design an app with solr where you assume data will be indexed immediately? For example, after a user uploads an image - immediately use solr to search a collection that will include this new image?
Essentially I'm asking if it ok to call <commit/> often. Up to many times / second from multiple sources. thanks ryan