I think your setup is right for a centralized IndexQueueManager that is
subscribed to topics to which your distributed servers push data to
index via JMS. That way you get an easy way to add more machines to
the cluster, you get persistence of not-yet-indexed data, and you get a
queuing mechanism
On Tuesday 07 June 2005 19:36, Doug Hughes wrote:
> I am thinking that I can make all of the applications index into their
> own index, not the central shared index. Their own index might be a
> FSDirectory or a RAMDirectory. When done indexing, the applications'
> indexes would be merged with t