diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-02-12 03:42:46 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-02-12 03:42:46 +0100 |
| commit | c34af7fe9446c6b76f3efcbe977707baebf727ac (patch) | |
| tree | 14382a9c92a35ee7c6799b4f534c9bfa5f20c399 /htroot/yacyinteractive.html | |
| parent | 762b687e477e63054c152724e7acc615b73152bd (diff) | |
extended JSON Response Writer and Opensearch Response Writer for the
Solr search interface in such way that it is possible to use this
interface for the yacyinteractive search. This search interface is now
much faster using the Solr search directly. For the Solr interface it
was necessary to create a translation from the YaCy search modifiers to
the Solr facet selection. This was added in such a way that it becomes
generic for the normal YaCy search and as a on-top evaluation for Solr
queries.
Diffstat (limited to 'htroot/yacyinteractive.html')
| -rw-r--r-- | htroot/yacyinteractive.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index dd1a3b1a6..a6d0668f2 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -36,7 +36,8 @@ <div id="api"> <script type="text/javascript"> //<![CDATA[ -document.write("\<a id=\"rsslink\" href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>") +//document.write("\<a id=\"rsslink\" href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>") +document.write("\<a id=\"rsslink\" href=\"solr/select?start=0&rows=100&wt=opensearch&facet=true&facet.mincount=1&facet.field=host_s&facet.field=url_file_ext_s&facet.field=url_protocol_s&facet.field=author_sxt&" + window.location.search.substring(1) + "\"\>") //]]> </script> <img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> |
