@ -85,11 +85,9 @@ public final class indexRWIRowEntry implements indexRWIEntry {
privatestaticfinalintcol_posintext=15;// t 2 first appearance of word in text
privatestaticfinalintcol_posinphrase=16;// r 1 position of word in its phrase
privatestaticfinalintcol_posofphrase=17;// o 1 number of the phrase where word appears
privatestaticfinalintcol_worddistance =18;// i 1 initial zero; may be used as reserve: is filled during search
privatestaticfinalintcol_reserve=19;// k 1 reserve
privatestaticfinalintcol_reserve1 =18;// i 1 reserve1
privatestaticfinalintcol_reserve2=19;// k 1 reserve2
publicdoubletermFrequency;
privatekelondroRow.Entryentry;
publicindexRWIRowEntry(StringurlHash,
@ -102,15 +100,13 @@ public final class indexRWIRowEntry implements indexRWIEntry {
intposintext,// position of word in all words
intposinphrase,// position of word in its phrase
intposofphrase,// number of the phrase where word appears
intworddistance,// word distance; this is 0 by default, and set to the difference of posintext from two indexes if these are combined (simultanous search). If stored, this shows that the result was obtained by remote search
longlastmodified,// last-modified time of the document where word appears
longupdatetime,// update time; this is needed to compute a TTL for the word, so it can be removed easily if the TTL is short
Stringlanguage,// (guessed) language of document
chardoctype,// type of document
intoutlinksSame,// outlinks to same domain
intoutlinksOther,// outlinks to other domain
kelondroBitfieldflags,// attributes to the url and to the word according the url
doubletermFrequency
kelondroBitfieldflags// attributes to the url and to the word according the url