Hi, Dear all,<br><br>I am new to Lucene, so please help.<br><br>I need to remove the job class from the current Lucene implementation. What I did is: create mirror method from generateSearchIndexImpl by removing any Job class reference. I tested it and it works.
<br><br>However, the speed is not good. In the design, it is a recursive call. How to do multithreading for this? I mean by usual thread class, not JSWORD Job api.<br><br>Thanks!<br><br>Zhaojun<br><br><br><br>