Re: Rollback can't be done after committing?

2010-11-11 Thread gengshaoguang
Hi, Kouta: Any data store does not support rollback AFTER commit, rollback works only BEFORE. On Friday, November 12, 2010 12:34:18 am Kouta Osabe wrote: > Hi, all > > I have a question about Solr and SolrJ's rollback. > > I try to rollback like below > > try{ > server.addBean(dto); > server.c

Re: Rollback can't be done after committing?

2010-11-11 Thread gengshaoguang
er 12, 2010 11:25:45 am Pradeep Singh wrote: > In some cases you can rollback to a named checkpoint. I am not too sure but > I think I read in the lucene documentation that it supported named > checkpointing. > > On Thu, Nov 11, 2010 at 7:12 PM, gengshaoguang wrote: > > Hi, Kout