This shall implement the query attributes as described in http://www.yacy-websuche.de/wiki/index.php/Dev:APIyacysearch
It shall additionally understand Solr facet query attributes.
The result format is not documented well. It shall return the same result that susper.com understands.
Here is an example:
http://yacy.searchlab.eu/solr/select?hl=false&wt=yjson&facet=true&facet.mincount=1&facet.field=url_file_ext_s&start=0&rows=10&query=berlin
The query interface uses elasticsearch as search endpoint and translates the result into the yjson format.
This shall implement the query attributes as described in http://www.yacy-websuche.de/wiki/index.php/Dev:APIyacysearch
It shall additionally understand Solr facet query attributes.
The result format is not documented well. It shall return the same result that susper.com understands.
Here is an example:
http://yacy.searchlab.eu/solr/select?hl=false&wt=yjson&facet=true&facet.mincount=1&facet.field=url_file_ext_s&start=0&rows=10&query=berlin
The query interface uses elasticsearch as search endpoint and translates the result into the yjson format.