Re: Hits not serializable.

2005-06-26 Thread Nrupal Akolkar
Hi, Dear try doing the following, 1. write an extension class and extend the class containing search(...) method you listed. Define that class to be serialized. 2. let the class be overriding search method with just same content in it as in the super class. 3. build your lucene 1.** file again wi

Fwd: You've got to find what you love - Steve Jobs at Stanford Graduation

2005-06-26 Thread Nrupal Akolkar
-- Forwarded message -- From: Saket Gohil <[EMAIL PROTECTED]> Date: Jun 24, 2005 8:17 PM Subject: You've got to find what you love - Steve Jobs at Stanford Graduation To: Nrupal Narayan Akolkar <[EMAIL PROTECTED]>, Atul Baldha < [EMAIL PROTECTED]>, Anil Belani <[EMAIL PROTECTED]>,

Re: Hits not serializable. (bulk document retrieval)

2005-06-26 Thread Robert Newson
Thanks for the suggestion. I have solved this problem locally, I'm wondering if this should be in Lucene core. I have seven machines in a rack, each with Lucene indexes of about 30 million messages each. I'm trying to search across them with RemoteSearcher and ParallelMultiSearcher. Search