We are using NHbernate.Search in our application and its working just fine. The only problem we have is that we do not physically delete entities. We just put a "deleted" property on "true". I thought the easiest way to fix this is to inherit a class from "FullTextIndexEventListener" and override the OnPostUpdate method in that class.
However the methods in "FullTextIndexEventListener" are not virtual. So I made them virtual but I don't know whether that's acceptable by you guys. Regards, Bart --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NHibernate Contrib - Development Group" 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.ar/group/nhcdevs?hl=en -~----------~----~----~----~------~----~------~--~---
MakeEventListenersVirtual.patch
Description: Binary data
