Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kostobog opened this issue Feb 28, 2024 · 1 comment
Open

Comments

@kostobog
Copy link
Collaborator

kostobog commented Feb 28, 2024

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.

@kostobog kostobog transferred this issue from kbss-cvut/record-manager Feb 28, 2024
@kostobog
Copy link
Collaborator Author

@blcham

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant