summaryrefslogtreecommitdiff
path: root/htroot/IndexControlURLs_p.html
diff options
context:
space:
mode:
authororbiter <mc@yacy.net>2013-06-09 12:12:34 +0200
committerorbiter <mc@yacy.net>2013-06-09 12:12:34 +0200
commit2b320313d9b31db92d686d2c18fbde7418480b3a (patch)
treead597e95a34fe850fd2fee40fb41c12fa5c011a3 /htroot/IndexControlURLs_p.html
parent200769d0c61313f5598d260bdd1034ba881a6d89 (diff)
replaced yacydoc servlet usage by a solr result output using an html
output writer. This made the creation of a html result writer necessary which is included in this commit. The yacydoc servlet was used to present all metadata to a document, but the solr interface can serve for this purpose in a much better way. All usages (instead one) of yacydoc were replaced by a solr call. This affects also the 'metadata' link attached to search results.
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
-rw-r--r--htroot/IndexControlURLs_p.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html
index c22c46516..c1fd4d14f 100644
--- a/htroot/IndexControlURLs_p.html
+++ b/htroot/IndexControlURLs_p.html
@@ -216,9 +216,9 @@ function updatepage(str) {
#(genUrlProfile)#
::No entry found for URL-hash #[urlhash]#
- ::<iframe src="/api/yacydoc.html?urlhash=#[urlhash]#" width="100%" height="420" frameborder="0" scrolling="no"></iframe><br />
+ ::<iframe src="/solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[urlhash]#%22" width="100%" height="420" frameborder="0" scrolling="no"></iframe><br />
<div id="api">
- <a href="/api/yacydoc.html?urlhash=#[urlhash]#">
+ <a href="/solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[urlhash]#%22">
<img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
<span>These document details can be retrieved as <a href="http://www.w3.org/TR/xhtml-rdfa-primer/">XHTML+RDFa</a>
document containg <a href="http://www.w3.org/RDF/">RDF</a> annotations in <a href="http://dublincore.org/">Dublin Core</a> vocabulary.