Michael Peter Christen
|
b93ea4e2a6
|
Added the option to retrieve only the own seed or a seleceted seed
(selected by peer-hash) in the /yacy/seedlist.[json/xml] api.
Added also a xml-version of the servlet.
The own seed can be retrieved i.e. with
http://localhost:8090/yacy/seedlist.xml?my=
http://localhost:8090/yacy/seedlist.json?my=
and any other peer can be selected with
http://localhost:8090/yacy/seedlist.xml?id=<peerhash>
http://localhost:8090/yacy/seedlist.json?id=<peerhash>
|
11 years ago |
orbiter
|
b9c1a61814
|
added a peername=<peername> property in the seedlist API
|
11 years ago |
Michael Peter Christen
|
09412ea3a4
|
counting search requests in solr interface
|
11 years ago |
Michael Peter Christen
|
67e7dc0cc6
|
added more properties to seedlist servlet
|
11 years ago |
Michael Peter Christen
|
caa20d63d9
|
fixed seedlist (hash was missing)
|
11 years ago |
orbiter
|
b7f1e5af51
|
added new servlet which generates the same file as the principal peers
upload to a bootstrap position
you can call it either with
http://localhost:8090/yacy/seedlist.html
or to generate json (or jsonp) with
http://localhost:8090/yacy/seedlist.json
http://localhost:8090/yacy/seedlist.json?callback=seedlist
|
11 years ago |