Stringabstracts=post.get("abstracts","");// a string of word hashes for abstracts that shall be generated, or 'auto' (for maxcount-word), or '' (for none)
// final String fwdep = post.get("fwdep", ""); // forward depth. if "0" then peer may NOT ask another peer for more results
// final String fwden = post.get("fwden", ""); // forward deny, a list of seed hashes. They may NOT be target of forward hopping
serverLog.logInfo("LOCAL_SEARCH","INIT WORD SEARCH: "+theQuery.queryString+":"+theQuery.queryHashes+" - "+theQuery.neededResults()+" links to be computed, "+theQuery.displayResults()+" lines to be displayed, " +(theQuery.maximumTime/1000)+" seconds");
serverLog.logInfo("LOCAL_SEARCH","INIT WORD SEARCH: "+theQuery.queryString+":"+theQuery.queryHashes+" - "+theQuery.neededResults()+" links to be computed, "+theQuery.displayResults()+" lines to be displayed");
longtimestamp=System.currentTimeMillis();
// create a new search event
@ -300,8 +297,6 @@ public class yacysearch {
serverLog.logFine("LOCAL_SEARCH","SEARCH TIME AFTER RESULT PREPARATION: "+((System.currentTimeMillis()-timestamp)/1000)+" seconds");