You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2011/03/15 20:26:29 UTC

[jira] Resolved: (STANBOL-115) Provide Default Configuration and Automatic Initialization for the Entityhub in the Stanbol Enhancer Full Launcher

     [ https://issues.apache.org/jira/browse/STANBOL-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler resolved STANBOL-115.
-----------------------------------------

    Resolution: Fixed

with revision #1081910 the full launcher of the Stanbol Enhancer starts up a "ready to use" version of
 - the Entityhub
 - a ReferencedSite for DBpedia.org (remote access & search, local caching of accessed entities
 - EntityTagging Enhancement Engine using the DBPedia.org ReferencedSite

Note that bundling of local index for dbPedia and dbPediaTopics is covered by STANBOL-93 and STANBOL-92 and not part of this one.

> Provide Default Configuration and Automatic Initialization for the Entityhub in the Stanbol Enhancer Full Launcher
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-115
>                 URL: https://issues.apache.org/jira/browse/STANBOL-115
>             Project: Stanbol
>          Issue Type: Improvement
>          Components: Enhancer, Entity Hub
>            Reporter: Rupert Westenthaler
>            Assignee: Rupert Westenthaler
>
> The Stanbol Enhancer Full Launcher includes the
>  - Entityhub and
>  - Referenced Site based Entity Tagging Enhancement Engine
> both currently require a manually configuration by the User.
> In addition if the User wants to use the Solr to cache local Entities he needs to run a SolrServer or provide a Solr Configuration on the local file system to run an EmbeddedSolrServer.
> Details are described in this Mail:
>   http://mail-archives.apache.org/mod_mbox/incubator-stanbol-dev/201103.mbox/%3cAANLkTin07KdaUZZFf5pi1LjYWW9hoPM0-gK3NF7GCDeT@mail.gmail.com%3e
> This needs to be improved by
> (1) providing a default configuration using Sling's org.apache.sling.launchpad.installer bundle (see http://issues.apache.org/jira/browse/STANBOL-110)
> (2) adapt the Entityhub it configure automatically based on the provided configuration. Especially add functionality to the SolrYard implementation that it can configure a SolrServer automatically based on the provided configuration.
> The goal is to have the Entityhub and the Referenced Site based Entity Tagging Enhancement Engine ready to be used without any additional configuration by the user when starting the full Stanbol Enhancer launcher jar the first time.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] Resolved: (STANBOL-115) Provide Default Configuration and Automatic Initialization for the Entityhub in the Stanbol Enhancer Full Launcher

Posted by Fabian Christ <ch...@googlemail.com>.
Hi Rupert,

> Rupert Westenthaler resolved STANBOL-115.
> -----------------------------------------
>
>    Resolution: Fixed
>
> with revision #1081910 the full launcher of the Stanbol Enhancer starts up a "ready to use" version of
>  - the Entityhub
>  - a ReferencedSite for DBpedia.org (remote access & search, local caching of accessed entities
>  - EntityTagging Enhancement Engine using the DBPedia.org ReferencedSite

Cool! Nice work. Will check it out soon.

Thank you!
 - Fabian