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

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