Re: Indexing from multiple applications to a central index.

2005-06-09 Thread Otis Gospodnetic
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

Re: Indexing from multiple applications to a central index.

2005-06-08 Thread Daniel Naber
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