As long as you are not using the bulk or streaming API’s. Solrj does not currently respect delete/add ordering in those cases, though each of the two types are ordered. For the standard update per request, as long as it’s the same client, this is a guarantee.
- Mark On Dec 17, 2013, at 9:54 AM, adfel70 <adfe...@gmail.com> wrote: > 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.