> Then, you can call close() to commit the changes to the index, or > abort() to rollback the index to the starting state (when the writer > was opened).
As I understand the docs, the index will get rolled back to the state as it was when the index was opened. How can I achieve a rollback which only goes back to the state of the last flush (2.3) / commit (2.4/3.0)? Until now I call flush to commit, but I do not know how to rollback... Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]