finalResultEntryresultEntry=fetchSnippet(page,query.host ==null?cacheStrategy:CacheStrategy.CACHEONLY);// does not fetch snippets if snippetMode == 0
finalResultEntryresultEntry=fetchSnippet(page,query.sitehash==null?cacheStrategy:CacheStrategy.CACHEONLY);// does not fetch snippets if snippetMode == 0
if(resultEntry==null)continue;// the entry had some problems, cannot be used
Log.logInfo("SEARCH","text snippet load time for "+metadata.url()+": "+snippetComputationTime+", "+((snippet.getErrorCode()<11)?"snippet found":("no snippet found ("+snippet.getError()+")")));