* added ranking coefficient transmission to remote peer (without evaluation on server side, will be added later)
* changed ranking coefficients slightly
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1770 6c8d7289-2bf4-0310-a012-ef5d649a1542
/*final int words =*/switchboard.wordIndex.addPageIndex(url,urlHash,newDate(),phrase.length()+descr.length()+13,condenser,"**",plasmaWordIndexEntry.DT_SHARE);
/*final int words =*/switchboard.wordIndex.addPageIndex(url,urlHash,newDate(),phrase.length()+descr.length()+13,null,condenser,"**",plasmaWordIndexEntry.DT_SHARE,0,0);
@ -183,10 +183,10 @@ public final class plasmaSearchEvent extends Thread implements Runnable {
if(fetchpeers<10)fetchpeers=10;
log.logFine("STARTING "+fetchpeers+" THREADS TO CATCH EACH "+profileGlobal.getTargetCount(plasmaSearchTimingProfile.PROCESS_POSTSORT)+" URLs WITHIN "+(profileGlobal.duetime()/1000)+" SECONDS");