it is necessary for the new search process that will do automatic re-searches
a positive effect is, that when a re-search is done it can be monitored how many
results had been contributed from other peers. The message for this contribution
was moved from the end of the result page to the top.
* enhanced re-search time when a global search was done an the local index has
already a great number of results for this word
* re-organised presearch computation; must be further enhanced
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4059 6c8d7289-2bf4-0310-a012-ef5d649a1542
@ -116,7 +116,7 @@ document.getElementById("Enter").value = "search again - catch up more links";
::
<p>No Results. "<strong>#[wrong_regex]#</strong>" is no valid regular expression. Please go back to the previous page and make sure to enter a valid regular expressions for URL mask and Prefer mask.</p>
::
<p><strongid="linkcount">#[linkcount]#</strong> results from <strong>#[orderedcount]#</strong> ordered links from <strong>#[filteredcount]#</strong> filtered links of a total number of <strong>#[totalcount]#</strong> known.</p>
<p><strongid="linkcount">#[linkcount]#</strong> results from <strong>#[orderedcount]#</strong> ordered links from <strong>#[filteredcount]#</strong> filtered links of a total number of <strong>#[totalcount]#</strong> known#(globalresults)#.::, <strong>#[globalcount]#</strong> links from other YaCy peers.#(/globalresults)#</p>
::
<p>Searching the web with this peer is disabled for unauthorized users. Please <ahref="Status.html?login=">log in</a> as administrator to use the search function</p>
#(/num-results)#
@ -164,21 +164,7 @@ document.getElementById("Enter").value = "search again - catch up more links";
</script>
<!-- linklist end -->
#(resultbottomline)#
::
<p>The global search resulted in #[globalresults]# link contributions from other YaCy peers.</p>
::
<p></p>
::
<p>
You cannot get global search results because you are not connected to another YaCy peer.
</p>
::
<p>
You can enrich the search results by using the 'global' option; you must also switch to online mode
(by using the proxy) to contribute to the global index.
// evaluate index abstracts and start a secondary search
if(rcAbstracts!=null)prepareSecondarySearch();
@ -188,22 +175,12 @@ public final class plasmaSearchEvent {
// finished searching
serverLog.logFine("SEARCH_EVENT","SEARCH TIME AFTER GLOBAL-TRIGGER TO "+primarySearchThreads.length+" PEERS: "+((System.currentTimeMillis()-start)/1000)+" seconds");