Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.6
-
None
-
None
-
Patch Available
Description
Usually, the plugins parse-metatags and index-metadata are used in combination: the former "extracts" meta tags, the latter adds the extracted tags as fields to the index.
Configuration of the two plugins differs which causes pitfalls and reduces the usability (see example config):
- the property "metatags.names" of parse-metatags uses ';' as separator instead of ',' used by index-metadata
- meta tags have to be lowercased in index-metadata
<property> <name>metatags.names</name> <value>DC.creator;DCTERMS.bibliographicCitation</value> </property> <property> <name>index.parse.md</name> <value>metatag.dc.creator,metatag.dcterms.bibliographiccitation</value> </property>