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 rollback ,after another document is added,they can be retrieved again. Does solr supports transations like databases?
Many thanks, Tony