On 3-Apr-08, at 10:04 AM, oleg_gnatovskiy wrote:
Hello. I was wondering what happens when an add command is done without acommit command. Is there any way to roll back?
No, there isn't (unless you've taken a snapshot of the index using snapshooter).
The main problem is that there is no way to "undelete" a document in lucene, so this might be impossible until lucene has more transaction support.
-Mike