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 2012/12/27 13:40:12 UTC

[jira] [Updated] (STANBOL-867) Add support for configuration parameters to the Lucene LabelTokenizer

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

Rupert Westenthaler updated STANBOL-867:
----------------------------------------

    Description: 
The Lucene LabelTokenizer implementation introduced by STANBOL-849 should be extended to support the configuration of parameters.

This will allow to parse parameters as they can also be configured in the schema.xml configuration

e.g. the config

     <charFilter class="solr.MappingCharFilterFactory" mapping="mapping.txt"/>

can than be configured like

    org.apache.solr.analysis.MappingCharFilterFactory;mapping=mapping.txt

As parameter values may point to configuration files adding this feature will also require to implement an Solr ResourceLoader that can provide referenced resources. This needs than be parsed to all configured components that implement ResourceLoaderAware

  was:
The Lucene LabelTokenizer implementation introduced by STANBOL-849 should be extended to support the configuration of parameters.

This will allow to parse parameters as they can also be configured in the schema.xml configuration

e.g. the config

     <charFilter class="solr.MappingCharFilterFactory" mapping="mapping.txt"/>

can than be configured like

    org.apache.solr.analysis.MappingCharFilterFactory;mapping=mapping.txt

As parameter values may point to configuration files adding this feature will also require to implement an Solr ResourceLoader that can provide referenced resources.

    
> Add support for configuration parameters to the Lucene LabelTokenizer
> ---------------------------------------------------------------------
>
>                 Key: STANBOL-867
>                 URL: https://issues.apache.org/jira/browse/STANBOL-867
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Rupert Westenthaler
>            Assignee: Rupert Westenthaler
>
> The Lucene LabelTokenizer implementation introduced by STANBOL-849 should be extended to support the configuration of parameters.
> This will allow to parse parameters as they can also be configured in the schema.xml configuration
> e.g. the config
>      <charFilter class="solr.MappingCharFilterFactory" mapping="mapping.txt"/>
> can than be configured like
>     org.apache.solr.analysis.MappingCharFilterFactory;mapping=mapping.txt
> As parameter values may point to configuration files adding this feature will also require to implement an Solr ResourceLoader that can provide referenced resources. This needs than be parsed to all configured components that implement ResourceLoaderAware

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira