Re: Help requested

2005-10-31 Thread Nrupal Akolkar
dear urvashi, hi, this is nice that u are analysing the practicalities of the usability of inbuilt lucene classes to yeild the results. Great !! but as we know that many a times, when we have got to know something, of which we have a solution ready at hand but with a little work to be done, we want

Re: Performance Test Failing

2005-09-02 Thread Nrupal Akolkar
Actually your problem is that of system virtual memory utilization. The thing arrived due to lack of system memory to continue indexing and reading the files. SystemErr is the error generated. The way to troubleshoot this thing from happening is to create a cluster of indexes and then indexing

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.

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