serverProfiling.update("SEARCH",newplasmaProfiling.searchEvent(theQuery.id(true),"result list preparation",accu.size(),System.currentTimeMillis()-timer));
serverProfiling.update("SEARCH",newplasmaProfiling.searchEvent(theQuery.id(true),"result list preparation",accu.size(),System.currentTimeMillis()-timer), false);
@ -223,12 +223,8 @@ public final class plasmaSwitchboard extends serverAbstractSwitch<IndexingStack.
publicArrayList<plasmaSearchQuery>localSearches;// array of search result properties as HashMaps
publicArrayList<plasmaSearchQuery>remoteSearches;// array of search result properties as HashMaps
publicHashMap<String,TreeSet<Long>>localSearchTracker,remoteSearchTracker;// mappings from requesting host to a TreeSet of Long(access time)
publiclonglastseedcheckuptime=-1;
publiclongindexedPages=0;
publiclonglastindexedPages=0;
publicdoublerequestedQueries=0d;
publicdoublelastrequestedQueries=0d;
publicinttotalPPM=0;
publicdoubletotalQPM=0d;
publicTreeMap<String,String>clusterhashes;// map of peerhash(String)/alternative-local-address as ip:port or only ip (String) or null if address in seed should be used
publicURLLicenselicensedURLs;
@ -1677,10 +1673,10 @@ public final class plasmaSwitchboard extends serverAbstractSwitch<IndexingStack.