After delete some registers, it seems that floggy does not update the indexs files of it. Then the index file keeps references to registers that does not exists anymore. It throws exceptions on the query methods and use memory space and process for nothing.
Hi André,
Are you calling the PersistableManager.shutdown() method when you close your application? This seems to be the only reason why the index get out of date.
I created a testcase for this issue and it is working fine.
Hi Thiago! Thank you for your repply!
I am not calling the PersistableManager.shutdown(), so i think it`s my fault, I`m sorry. I`ll try it.