Hi all, I didn't really find too many descriptions how people exactly use nhibernate search on multiple servers. There are probably quite a few of you doing so, and it would be great if you could post how your setup works & which features you used out of the box and what you added yourself.
Do you just point all servers to one shared lucene index directory and that's it? Do you use a master-slave scenario for the indexes (using FS(Master| Slave)DirectoryProvider)? If so, how do you notify the master of changes that happen on one of the slaves (the part thats done through JMS in the Java implementation)? Or do you just re-index on the master at certain intervals? How do you ensure that re-indexing doesn't interrupt search? Any other scenarios (e.g. master-master, where every server does the index operation)? Would be very interesting to hear how you accomplish -- 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.
