prop.put("result",(result==null)?("Successfully transferred "+indexes[0].size()+" words in "+((System.currentTimeMillis()-starttime)/1000)+" seconds"):result);
prop.put("result",(result==null)?("Successfully transferred "+indexes[0].size()+" words in "+((System.currentTimeMillis()-starttime)/1000)+" seconds"):result);
try{indexes[0].close();}catch(IOExceptione){}
}
}
if(post.containsKey("keyhashsimilar")){
if(post.containsKey("keyhashsimilar")){
@ -206,7 +208,7 @@ public class IndexControl_p {
Stringresult="Sequential List of Word-Hashes:<br>";
Stringresult="Sequential List of Word-Hashes:<br>";
Stringhash;
Stringhash;
inti=0;
inti=0;
while(hashIt.hasNext()){
while((hashIt.hasNext())&&(i<256)){
hash=(String)hashIt.next();
hash=(String)hashIt.next();
result+="<a href=\"/IndexControl_p.html?"+
result+="<a href=\"/IndexControl_p.html?"+
"keystring="+
"keystring="+
@ -251,7 +253,7 @@ public class IndexControl_p {
Stringresult="Sequential List of URL-Hashes:<br>";
Stringresult="Sequential List of URL-Hashes:<br>";
Stringhash;
Stringhash;
inti=0;
inti=0;
while(hashIt.hasNext()){
while((hashIt.hasNext())&&(i<256)){
hash=(String)hashIt.next();
hash=(String)hashIt.next();
result+="<a href=\"/IndexControl_p.html?"+
result+="<a href=\"/IndexControl_p.html?"+
"keystring="+
"keystring="+
@ -376,6 +378,7 @@ public class IndexControl_p {
"<span class=\"small\">for every resolveable and deleted URL reference, delete the same reference at every other word where the reference exists (very extensive, but prevents further unresolved references)</span>"+
"<span class=\"small\">for every resolveable and deleted URL reference, delete the same reference at every other word where the reference exists (very extensive, but prevents further unresolved references)</span>"+