You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2007/12/21 13:09:43 UTC

[jira] Created: (JCR-1278) Add configuration path to SynonymProvider

Add configuration path to SynonymProvider
-----------------------------------------

                 Key: JCR-1278
                 URL: https://issues.apache.org/jira/browse/JCR-1278
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-core
            Reporter: Marcel Reutegger
            Priority: Minor


This is an enhancement to the SynonymProvider, which will be included in the 1.4 release. The current interface only has a getSynonyms() method but does not allow to initialize the SynonymProvider. It should be possible to initialize the provider with a configuration file. The configuration may then include the synonym definitions or a pointer to a location where the synonyms are defined. The configuration will be implementation dependent.

In addition there should be a simple default implementation in jackrabbit-core. The wordnet-synonyms in the sandbox are only of limited use and must be built manually.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JCR-1278) Add configuration path to SynonymProvider

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553937 ] 

Marcel Reutegger commented on JCR-1278:
---------------------------------------

Adapted adapted wordnet-synonyms in sandbox accordingly.

> Add configuration path to SynonymProvider
> -----------------------------------------
>
>                 Key: JCR-1278
>                 URL: https://issues.apache.org/jira/browse/JCR-1278
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.4
>
>
> This is an enhancement to the SynonymProvider, which will be included in the 1.4 release. The current interface only has a getSynonyms() method but does not allow to initialize the SynonymProvider. It should be possible to initialize the provider with a configuration file. The configuration may then include the synonym definitions or a pointer to a location where the synonyms are defined. The configuration will be implementation dependent.
> In addition there should be a simple default implementation in jackrabbit-core. The wordnet-synonyms in the sandbox are only of limited use and must be built manually.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1278) Add configuration path to SynonymProvider

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-1278.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Added method SynonymProvider.initialize(FileSystemResource). jackrabbit-core now also includes a simple implementation that uses a properties file to define synonyms: org.apache.jackrabbit.core.query.lucene.PropertiesSynonymProvider

svn revision: 606180

> Add configuration path to SynonymProvider
> -----------------------------------------
>
>                 Key: JCR-1278
>                 URL: https://issues.apache.org/jira/browse/JCR-1278
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.4
>
>
> This is an enhancement to the SynonymProvider, which will be included in the 1.4 release. The current interface only has a getSynonyms() method but does not allow to initialize the SynonymProvider. It should be possible to initialize the provider with a configuration file. The configuration may then include the synonym definitions or a pointer to a location where the synonyms are defined. The configuration will be implementation dependent.
> In addition there should be a simple default implementation in jackrabbit-core. The wordnet-synonyms in the sandbox are only of limited use and must be built manually.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JCR-1278) Add configuration path to SynonymProvider

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553960 ] 

Marcel Reutegger commented on JCR-1278:
---------------------------------------

Fixed an issue with relative paths on linux systems.

svn revision: 606218

> Add configuration path to SynonymProvider
> -----------------------------------------
>
>                 Key: JCR-1278
>                 URL: https://issues.apache.org/jira/browse/JCR-1278
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.4
>
>
> This is an enhancement to the SynonymProvider, which will be included in the 1.4 release. The current interface only has a getSynonyms() method but does not allow to initialize the SynonymProvider. It should be possible to initialize the provider with a configuration file. The configuration may then include the synonym definitions or a pointer to a location where the synonyms are defined. The configuration will be implementation dependent.
> In addition there should be a simple default implementation in jackrabbit-core. The wordnet-synonyms in the sandbox are only of limited use and must be built manually.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.