-
Notifications
You must be signed in to change notification settings - Fork 2
Building Block View
The following diagram shows the main building blocks of the system and their interdependencies:
This subsystem is responsible for importing the information from the SVN repositories in a SolrIndex and supling it using an API.
ℹ️
|
More information KnowledgeFinder - Solr Index |
This subsystem provides a webservice to read the data from a SolrIndex.
ℹ️
|
More information KnowledgeFinder - Liferay Webservice |
This subsystem provides a porlet to show (with graphic elements) the information obteined from the webservice.
ℹ️
|
More information KnowledgeFinder - Visualization |

The SVN Crawler reads a SVN repository and extract the information from the SVN properties.
The component DataImport reads the information provided by the Crawler and indexs it in a Solr server.
An instance of an Apache Solr

It is a portet controller that creates a JavaServerPage(JSP) page and instancies the filters for the table.
This JSP page renders the information from the TemplateController and from the Filters Loader and renders it for all the JavaScript components.
It creates a network-graph that represents the metadata and their relations.
It represents the current search in buttons. In this way the user can deactivate some parts of the query.