From 454c138e19d2b16b2a36ff1400d4365b6e51cac3 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 5 Feb 2006 15:51:53 +0000 Subject: [PATCH] switched back to previous behavior of the search page, keeping the new link presentation design. The websearch.html used the wrong search page (yacy/search.java) which caused further problems. Please keep this page unless the new detailed search page is in place, then shrink options of this page to create a more simple search interface. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1549 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/index.html | 84 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/htroot/index.html b/htroot/index.html index 834639624..f2e6d323b 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -20,7 +20,7 @@ picMinus.src = "/env/grafics/minus.gif";
#[promoteSearchPageGreeting]#

-
+
@@ -105,6 +105,88 @@ picMinus.src = "/env/grafics/minus.gif"; +

+#(excluded)# +:: +The following words are stop-words and had been excluded from the search: #[stopwords]#. +#(/excluded)# +#(num-results)# +























+:: +No Results. +:: +No Results. (length of search words must be at least 3 characters) +:: +

No Results. If you think this is unsatisfactory then you may consider to support the global index by running your own proxy/peer. +If everybody contributes, the results will get better.

+

Other possible reasons for no result:
+

    +
  • The search time was too short. Search again with same query to catch up 'late peers'
  • +
  • There is currently no support for german umlaute. Please use ae/oe/ue instead
  • +
  • Words of length < 3 are not indexed. Please omit such words
  • +
  • YaCy tries to index singular instead of plural words. Please use the singular form
  • +
  • Only complete words are indexed, not parts of words
  • +
  • Don't use stopwords as search words
  • +
  • During this test phase the reaction time of remote peers is unknown. +Please repeat your search to see if there are late-responses from remote peers
  • +

+

If you think the information you searched should exist in the global index, +then please run your own peer and start a crawl of your wanted information to make it +available for everyone. Then stay online to support crawls from other peers. Thank you!

+:: +#[linkcount]# results from #[orderedcount]# ordered links of a total number of #[totalcount]# known. +→ Catch up more links +from 'late' peers. +#(/num-results)# +#(combine)# +:: +

Topwords (to refine search): +#{words}# +#[word]# +#{/words}# +#(/combine)# +

+ + +#{results}# + +

+ +delete #[description]#
+#(snippet)#:: #[text]#
#(/snippet)# + #[urlname]#
+ #[date]# | YBR-#[ybr]# | Info
+

+ +#{/results}# + + +

+#(resultbottomline)# +:: +The global search resulted in #[globalresults]# link contributions from other YaCy peers. +:: +You can enrich the search results by using the 'global' option: This will search also other YaCy peers +:: +You cannot get global search results because you are not connected to another YaCy peer. +To connect you must first use the proxy. +See here for an installation guide. +Alternatively, you can run the proxy in permanent online mode, which also grants global search. +To do this, press this button: +
+ + +:: +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. +#(/resultbottomline)# +


+
+
YaCy is a GPL'ed project +with the target of implementing a P2P-based global search engine.
+Architecture (C) by Michael Peter Christen, +
+ #%env/templates/footer.template%# \ No newline at end of file