Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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