kbss-cvut / fta-fmea

GNU General Public License v3.0
3 stars 1 forks source link

Add Full Text Search API for Entities in backend of FTA FMEA Tool #66

Open kostobog opened 6 months ago

kostobog commented 6 months ago

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.

kostobog commented 6 months ago

@blcham