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 (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/23 11:07:40 UTC

[jira] [Resolved] (STANBOL-377) Implement ReferenceSolrServer component

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

Rupert Westenthaler resolved STANBOL-377.
-----------------------------------------

    Resolution: Fixed

Fixed with revision 1205331 and 1205334.

Here a short overview (copied from the commit statement of 1205331)

ReferencedSolrServer
--------------------

Allows to initialize an Solr server running within the same JVM as Stanbol based on indexes provided by a directory on the local file system. This does not support management capabilities, but the created CoreContainer (the Solr server) and the SolrCores (Solr indexes) are registers as OSGI services. NOTE that indexes and data might still be changesd by using the normal Solr Admin interface.

* ReferencedSolrServer are identified by a user provided name. Names are shared between Managed- and Referenced- SolrServer instances.
* A boolean switch for the ManagedSolrServer allows to specify of indexes of this server are published via the Stanbol RESTful interface under /solr/{server-name}/{index-name}
* ReferencedSolrServer will be typically configured by users by using the Configuration tab of the Apache Felix Web Console. However it is also possible to configure ReferencedSolrServers by directly registering a configuration on the OSGI ConfigurationAdmin service, or by providing a Configuration within a Bundle or the Sling launcher.

                
> Implement ReferenceSolrServer component
> ---------------------------------------
>
>                 Key: STANBOL-377
>                 URL: https://issues.apache.org/jira/browse/STANBOL-377
>             Project: Stanbol
>          Issue Type: Sub-task
>          Components: Commons
>            Reporter: Rupert Westenthaler
>            Assignee: Rupert Westenthaler
>
> The proposal is to define a new OSGI component called "ReferencedSolrServer" that allows to explicitly register Solr directories and initialize a Solr CoreContainer running within the same JVM (e.g. by configuring an instance of this Component via the Apache Felix WebConsole). Such CoreContainers and SolrCores would be also available as OSGI services as described by STANBOL-354.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira