@ -90,8 +89,6 @@ public final class RankingProcess extends Thread {
protectedfinalReferenceOrderorder;
protectedfinalHandleSeturlhashes;// map for double-check; String/Long relation, addresses ranking number (backreference for deletion)
protectedfinalScoreMap<String>hostNavigator=newConcurrentScoreMap<String>();// a counter for the appearance of host names
protectedfinalScoreMap<String>hostHashNavigator;// a counter for the appearance of the host hash (this can be filled during classic remote search)
protectedfinalMap<String,byte[]>hostHashResolver;// a mapping from a host hash (6 bytes) to the full url hash of one of these urls that have the host hash
protectedfinalMap<String,String>taggingPredicates;// a map from tagging vocabulary names to tagging predicate uris
protectedfinalMap<String,ScoreMap<String>>vocabularyNavigator;// counters for Vocabularies; key is metatag.getVocabularyName()
privatebooleanremote;
@ -118,8 +115,6 @@ public final class RankingProcess extends Thread {