-
Notifications
You must be signed in to change notification settings - Fork 12
RDF based Search Engine
Diego Collarana edited this page Jun 13, 2016
·
4 revisions
The hybrid search engine provides an Application Programming Interface (API) that allows the user interface and other applications to communicate and access the data and results produced by the engine.
FuhSen engine provides the following API services.
POST /engine/api/searches?<parameters> HTTP/1.1
Name | Value | Default | Required | Description |
---|---|---|---|---|
query | "query string" | No | Yes | Term(s) to be searched. |
GET /engine/api/searches/<search_uid>/results?<parameters> HTTP/1.1
Name | Value | Default | Required | Description |
---|---|---|---|---|
entityType | "entity type string" | person | Yes | Type of the entities from which you want the results: person, product, organization, and website. |
Accept | application/rdf+xml , text/turtle | text/turtle | No | Specifies the format of the accepted data. Every request needs to be sent with a valid Accept Header defining the requested response format. Otherwise, the response to the request will be a 406 - Not acceptable status code. |