1. Hibernate Search In Action- JMS as index maintainer? coderanch.comUsing a MOM though JMS to do what I call asynchonous indexing is actually our recommended approach to cluster full-text searches with Hibernate Search Chapter 10 covers this topic and demonstrates how to set that up in Java EE (JBoss AS 5 is used as an example). Here is how it works, there are slave nodes and one master node. All ... |