Re: search exception in servlet!Please help me

2004-08-03 Thread xuemei li
> 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 >&

Re: search exception in servlet!Please help me

2004-08-03 Thread xuemei li
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: > >

search exception in servlet!Please help me

2004-08-03 Thread xuemei li
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

search exception in servlet!

2004-08-02 Thread xuemei li
);-->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

about search and update one index simultaneously

2004-05-18 Thread xuemei li
handle Thanks Xuemei Li - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: about ParallelMultiSearcher

2004-05-09 Thread xuemei li
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

about ParallelMultiSearcher

2004-05-07 Thread xuemei li
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

about paralmultisearch java.lang.NoSuchMethodError:

2004-04-26 Thread xuemei li
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