Re: Indexing-Searching Design

2005-10-04 Thread Chris Hostetter
: The primary indexer (daemon) recieves the documents to be indexed. It : dispatches the documents to one of the secondary indexer nodes (via load : balancing). These indexing nodes index the documents in the RAMDirectory, : periodically writing it to a local index in the filesystem. I'm not cert

Indexing-Searching Design

2005-10-04 Thread Anand Kishore
Hi all, Having read the mail in the mailing list archive about Best Indexing-Searching Practices I have come up with the following architecture for my application. Kindly evaluate and comment regarding the same. Figure: http://www.flickr.com/photos/[EMAIL PROTECTED]/49301053/ Explanation: The