You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Full Text Search (FTS) API for name Entities Aircraft, FHA event type and SNS component failure type . The solution should easily extensible with additional entity types and text attributes.
API requirements
Input
query string - the text used to search for entities
entity types - filters which entity types are searched
page size - maximum number of results the server should return
page index - the index of the page of results
Output
List of entities which match the query. Each entity has the following attributes:
URI - the URI of the entity
name - the name of the entity
type - the entity type
Technical requirements
The implementation should be based on text index capability GraphDB compatible with GraphDB version 10.2.0. See GraphDB Full-text Search documentation
The http request API should be:
GET /fulltext-search?parameters
The path above is specified from the root of the rest API.
Parameters are defined in section Input.
The text was updated successfully, but these errors were encountered:
Add Full Text Search (FTS) API for name Entities Aircraft, FHA event type and SNS component failure type . The solution should easily extensible with additional entity types and text attributes.
API requirements
Input
Output
List of entities which match the query. Each entity has the following attributes:
Technical requirements
The implementation should be based on text index capability GraphDB compatible with GraphDB version 10.2.0. See GraphDB Full-text Search documentation
The http request API should be:
The path above is specified from the root of the rest API.
Parameters are defined in section Input.
The text was updated successfully, but these errors were encountered: