Hi, I am fairly new to Lucene and is now currently going through its source code. I am currently trying to determine how Lucene calculate the frequency of a term in each document located.
I encounter a method named readVInt() in IndexInput class. It seems everytime it called this method it will be able to generate the document number and the frequency of the term in each document. I am wondering how it work and fail to find and information on it on the Internet. Could anyone explain it to me? Thanks -- View this message in context: http://www.nabble.com/readVInt%2C-what-is-it-for--tp18233802p18233802.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]