Hi,

I don't understand this code:

if (ti.docFreq >= skipInterval)
  output.writeVInt(ti.skipOffset);

What does the skipInterval have to do with the document frequency? 
Shouldn't that be something like if (i % skipInterval == 0), so that the 
skip information is written regularly?

Opinions?

Regards
 Daniel

-- 
http://www.danielnaber.de

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

Reply via email to