Uploaded image for project: 'Stanbol (Retired)'
  1. Stanbol (Retired)
  2. STANBOL-867

Add support for configuration parameters to the Lucene LabelTokenizer

    XMLWordPrintableJSON

Details

    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

      Attachments

        Activity

          People

            rwesten Rupert Westenthaler
            rwesten Rupert Westenthaler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: