How do I write units test for Nhibernate Search? I understand that the entries inserted into the index get removed when the persistent object is removed. But isn’t it a soft delete on the index? If I am not wrong, an optimize call to Lucene removes it from index. How do I do this from Nhibernate Search (for my TearDown)? Better put, how do I maintain state?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
