Re: Structure of .tii-file

2010-07-27 Thread Alexander vom Berg
Hello Mike, Am 27.07.2010 14:38, schrieb Michael McCandless: On Tue, Jul 27, 2010 at 7:58 AM, Alexander vom Berg wrote: Hello Mike, thanks for your answer! I am currently working with Lucene 3.0.1 and except the .tii - file all other descriptions are comprehensible. The idea behind the

Re: Structure of .tii-file

2010-07-27 Thread Alexander vom Berg
have -1 (encodes as FF FF FF FF 0F in vInt), which is odd -- field numbers should be positive. Must be missing something... The deltas are then vLong's, delta coded. Mike On Wed, Jul 21, 2010 at 4:52 AM, Alexander vom Berg wrote: Hello everybody, I am reading the file format paper

Structure of .tii-file

2010-07-21 Thread Alexander vom Berg
Hello everybody, I am reading the file format paper and I check it against a created index. The documentation says: TermInfoIndex (.tii)--> TIVersion, IndexTermCount, IndexInterval, SkipInterval, MaxSkipLevels, TermIndices If I look into the .tii-file I see the following: TIVersion = FF FF FF FC