> collection. This is a very common mistake, and I'm guessing one you've
> made here.
>
> Erik
>
>
> On Aug 3, 2004, at 7:49 PM, xuemei li wrote:
>
>> Thank you for your reply.
>> when I want to get the document from hits.It throws
>&
Thank you for your reply.
when I want to get the document from hits.It throws
nullpointerexception.But the hits.length() value is not 0.
thanks,
Xuemei Li
> What is the exception? Is hits null or the index (i) out of bounds?
>
> sv
>
> On Tue, 3 Aug 2004, xuemei li wrote:
>
>
lue.
out.println("There are "+hits.length()+" matches for the
word you have entered !");
What's the problem?Any reply will be appreciated.
thanks,
Xuemei Li
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
);-->exception
What's the problem?What is the difference between servlet java program and
non-servlet java program?
Any reply will be appreciated.
Thanks,
Xuemei Li
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
handle
Thanks
Xuemei Li
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
d 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 us
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
Hello all,
I am doing some work using Lucene 1.4 paralmultisearch. The part of
code is like this:
Searcher searcher1 = new IndexSearcher("/home/abc/lucetestbed1/index");
Searcher searcher2 = new IndexSearcher ("/home/abc/lucetestbed/index");
ParallelMultiSearcher
searcher =new ParallelMultiSearch