| java.lang.Object de.anomic.index.indexRWIRowEntry
Constructor Summary | |
public | indexRWIRowEntry(String urlHash, int urlLength, int urlComps, int titleLength, int hitcount, int wordcount, int phrasecount, int posintext, int posinphrase, int posofphrase, int worddistance, int sizeOfPage, long lastmodified, long updatetime, String language, char doctype, int outlinksSame, int outlinksOther, kelondroBitfield flags) | public | indexRWIRowEntry(String urlHash, String code) | public | indexRWIRowEntry(String external) | public | indexRWIRowEntry(byte[] row) | public | indexRWIRowEntry(byte[] row, int offset, boolean clone) | public | indexRWIRowEntry(kelondroRow.Entry rentry) |
indexRWIRowEntry | public indexRWIRowEntry(String urlHash, int urlLength, int urlComps, int titleLength, int hitcount, int wordcount, int phrasecount, int posintext, int posinphrase, int posofphrase, int worddistance, int sizeOfPage, long lastmodified, long updatetime, String language, char doctype, int outlinksSame, int outlinksOther, kelondroBitfield flags)(Code) | | |
indexRWIRowEntry | public indexRWIRowEntry(String external)(Code) | | |
indexRWIRowEntry | public indexRWIRowEntry(byte[] row)(Code) | | |
indexRWIRowEntry | public indexRWIRowEntry(byte[] row, int offset, boolean clone)(Code) | | |
days | public static int days(long time)(Code) | | |
freshUntil | public long freshUntil()(Code) | | |
getType | public char getType()(Code) | | |
hitcount | public int hitcount()(Code) | | |
lastModified | public long lastModified()(Code) | | |
llocal | public int llocal()(Code) | | |
lother | public int lother()(Code) | | |
phrasesintext | public int phrasesintext()(Code) | | |
posinphrase | public int posinphrase()(Code) | | |
posintext | public int posintext()(Code) | | |
posofphrase | public int posofphrase()(Code) | | |
quality | public int quality()(Code) | | |
termFrequency | public double termFrequency()(Code) | | |
toKelondroEntry | public Entry toKelondroEntry()(Code) | | |
urlcomps | public int urlcomps()(Code) | | |
urllength | public int urllength()(Code) | | |
virtualAge | public int virtualAge()(Code) | | |
worddistance | public int worddistance()(Code) | | |
wordsintext | public int wordsintext()(Code) | | |
wordsintitle | public int wordsintitle()(Code) | | |
|
|