Hi, I'm using NHibernate (2.1.2.4000) and NHibernate.Search (latest trunk).
My model: Customer has many Addresses Advertisement belongs to Customer Advertisement belongs to one of the Customer Addresses. I'm enabling freetext search for Advertisements by few fields from Address entity. Customer can update his Addresses independent to his Advertisemets. I would like to ensure that whenever the Customer will update one of his Addresses - related Advertisemets (these, which reference that Address) will be automatically reindexed. Could you please let me know what is the best way to do it? Are NH events good solution for that problem? Thanks, Marek -- 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.
