-
Notifications
You must be signed in to change notification settings - Fork 12
Home
This wiki contains detailed information about the architecture and design of FuhSen as well as useful information to contribute, reuse and extend the engine.
As the image below shows, FuhSen implements a three-layer architecture: a) A faceted browsing UI. b) An RDF-based search engine and c) An RDF-wrapper layer.
FuhSen uses Linked Data as a core technology. Therefore, FuhSen uses the OntoFuhSen vocabulary in all the three layers. Exploiting the advantages of Linked Data technologies.
FuhSen provides a Text-Box Search user interface which is equipped with a faceted browsing navigation pattern in order to explore the results.
Our engine aggregates the results from the wrappers layer and executes a series of micro-task services to enrich the results. e.g., Improving the ranking scores.
This layer contains a collection of RDF-Wrapper classes that connects to the data sources connected to FuhSen, Each RDF-Wrapper send the keyword query to the data source search service and transform the results into OntoFuhSen vocabulary.
FuhSen is designed and continuously improved with reusability as a core requirement for any design decision. This section provides information to the FuhSen community so the reuse of Fuhsen in other domains and use cases can be done easily and effectively time. Video tutorials can be found on our Youtube channel
Coming soon...
Coming soon...
Coming soon...
The most basic scenario to extend FuhSen search engine is to add a new data source to the federation. This can be easily done following the steps here.