Re: Rollback or transation in SolrJ

2021-12-14 Thread Walter Underwood
Rollback is not implemented for Solr Cloud clusters. We were using it for our master/slave clusters, but had to rewrite to use a different approach when we moved to Solr Cloud. No, Solr does not have transactions. The rollback just cancels all submitted updates (from any client) that have not b

Rollback or transation in SolrJ

2021-12-14 Thread zhta...@163.com
Hi, We want to use rollback in SolrJ while autoSoftCommit and autoCommit are open ,and we expect it works like a transaction in databases,but we found all non-committed documents are rolled back after SolrClient#rollback called.Although the rolled back documents can not be searched after rol