Skip to content

add a query interface which provides search results like the yjson API from legacy YaCy #11

@Orbiter

Description

@Orbiter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions