I'm using ParallelMultiSearcher just fine, with all versions of Lucene 1.3 and beyond. I'm using CVS HEAD at the moment, not an official 1.4 RC release.

I suspect you have an old Lucene JAR file in your classpath.

Erik



On May 7, 2004, at 3:52 PM, xuemei li wrote:

Hello all,

I am doing some search work using Lucene 1.4 paralmultisearch.
If I use MultiSearcher.It works well.
But if I use ParallelMultisearcher the code can compile correctly and
cann't execute correctly.The executing error is as following:
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.lucene.search.ParallelMultiSearcher.getStarts()[I
        at
org.apache.lucene.search.ParallelMultiSearcher.<init>(ParallelMultiSe
archer.java:38)
        at SearchFiles.main(SearchFiles.java:92)


Is there anyone know something about it? Thanks,

Li





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to