Yes, SolrCloud uses a transaction log to keep track of ordered updates to a document. The latest update will be immediately visible from the real-time get handler /get?id=X even without a commit.
Cheers, Timothy Potter Sr. Software Engineer, LucidWorks www.lucidworks.com ________________________________________ From: adfel70 <adfe...@gmail.com> Sent: Tuesday, December 17, 2013 7:54 AM To: solr-user@lucene.apache.org Subject: solr cloud - deleting and adding the same doc Hi in SolrCloud, if I send 2 different requests to solr - one with delete action of doc with id X and another with add action of doc with the same id - is it guaranteed that the delete action will occur before the add action? Is it guaranteed that after all actions are done, the index will have doc X with its most updated state? thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-cloud-deleting-and-adding-the-same-doc-tp4107111.html Sent from the Solr - User mailing list archive at Nabble.com.