Re[2]: ParallelMultiSearcher and docFreq

2006-09-15 Thread Yura Smolsky
Hello, Ronald. What I have found that nothing except createWeight uses that docFreqs(Term[]) method... Maybe I need to parallelize it... But I dont understand something. When does Multisearcher.createWeight() is being called, b/c only this method used docFreqs and this method creates HashMap of d

RE: ParallelMultiSearcher and docFreq

2006-09-15 Thread Haines, Ronald C. \(LNG-DAY\)
emote. You might have to extend the ParallelMultiSearcher and create a threaded docFreq method. -Original Message- From: Yura Smolsky [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 8:54 AM To: java-user@lucene.apache.org Subject: Re: ParallelMultiSearcher and docFreq

Re: ParallelMultiSearcher and docFreq

2006-09-15 Thread Yura Smolsky
Hello, Yura. Does anyone understand my email? Maybe my English is too bad... Thanks. YS> Here is the situation. I have ParallelMultiSearcher object YS> initializated with two or more RemoteSearchable's. YS> I run PrefixQuery search on some keyword field, say "link". When I run YS> search starti

ParallelMultiSearcher and docFreq

2006-09-14 Thread Yura Smolsky
Hello. Here is the situation. I have ParallelMultiSearcher object initializated with two or more RemoteSearchable's. I run PrefixQuery search on some keyword field, say "link". When I run search starting just with letter "w" (link:w*) then I should have like 5k results. As I know when I perform