metadata and old rwi and for the citation index. The important
advancement is the separation of the citation index deletion because
that index is responsible for the linkdepth calculation. Now a search
index can be deleted without the citation index and that should cause
that less clickdepths must be post-processed.
#(rwi)#::<inputtype="checkbox"name="deleteRWI"id="deleteRWI"onclick="x=document.getElementById('deleteRWI').checked;c='disabled';if(x){c='';};document.getElementById('deletecomplete').disabled=c;"/><labelfor="deleteRWI">Delete RWI Index (DHT transmission words)</label><br/>#(/rwi)#
#(citation)#::<inputtype="checkbox"name="deleteCitation"id="deleteCitation"onclick="x=document.getElementById('deleteCitation').checked;c='disabled';if(x){c='';};document.getElementById('deletecomplete').disabled=c;"/><labelfor="deleteCitation">Delete Citation Index (linking between URLs)</label><br/>#(/citation)#
<inputtype="checkbox"name="deleteCache"id="deleteCache"disabled="disabled"/><labelfor="deleteCache">Delete HTTP & FTP Cache</label><br/>
@ -557,9 +561,18 @@ public final class IndexCell<ReferenceType extends Reference> extends AbstractBu
this.array.close();
}
publicbooleanisEmpty(){
if(this.ram.size()>0)returnfalse;
for(ints:this.array.sizes())if(s>0)returnfalse;
returntrue;
}
@Override
publicintsize(){
thrownewUnsupportedOperationException("an accumulated size of index entries would not reflect the real number of words, which cannot be computed easily");