On 9/21/06, Yura Smolsky <[EMAIL PROTECTED]> wrote:
ok. I have big issue when I try to search ParallelMultiSearcher for
PrefixQuery. This query is being rewritten to BooleanQuery during
search. This causes Similarity to calculate docFreq for each Term in the
BooleanQuery. So if we have a lot of
Hello, Ronnie.
RK> Dont ask to ask, just ask! ;)
ok. I have big issue when I try to search ParallelMultiSearcher for
PrefixQuery. This query is being rewritten to BooleanQuery during
search. This causes Similarity to calculate docFreq for each Term in the
BooleanQuery. So if we have a lot of resu
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