|
|
@ -216,7 +216,7 @@ public final class plasmaWordIndexCache implements plasmaWordIndexInterface {
|
|
|
|
while (i-- > 0) {
|
|
|
|
while (i-- > 0) {
|
|
|
|
// get out one entry
|
|
|
|
// get out one entry
|
|
|
|
row = dumpArray.get(i);
|
|
|
|
row = dumpArray.get(i);
|
|
|
|
if (row[0] == null) continue;
|
|
|
|
if ((row[0] == null) || (row[1] == null) || (row[2] == null) || (row[3] == null) || (row[4] == null)) continue;
|
|
|
|
wordHash = new String(row[0]);
|
|
|
|
wordHash = new String(row[0]);
|
|
|
|
creationTime = kelondroRecords.bytes2long(row[2]);
|
|
|
|
creationTime = kelondroRecords.bytes2long(row[2]);
|
|
|
|
wordEntry = new plasmaWordIndexEntry(new String(row[3]), new String(row[4]));
|
|
|
|
wordEntry = new plasmaWordIndexEntry(new String(row[3]), new String(row[4]));
|
|
|
|