[
https://issues.apache.org/jira/browse/NUTCH-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079136#comment-14079136
]
Hudson commented on NUTCH-1561:
-------------------------------
SUCCESS: Integrated in Nutch-trunk #2725 (See
[https://builds.apache.org/job/Nutch-trunk/2725/])
NUTCH-1561 improve usability of parse-metatags and index-metadata (jnioche:
http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1614586)
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/conf/nutch-default.xml
*
/nutch/trunk/src/plugin/index-metadata/src/java/org/apache/nutch/indexer/metadata/MetadataIndexer.java
*
/nutch/trunk/src/plugin/parse-metatags/src/java/org/apache/nutch/parse/metatags/MetaTagsParser.java
*
/nutch/trunk/src/plugin/parse-metatags/src/test/org/apache/nutch/parse/metatags/TestMetatagParser.java
> improve usability of parse-metatags and index-metadata
> ------------------------------------------------------
>
> Key: NUTCH-1561
> URL: https://issues.apache.org/jira/browse/NUTCH-1561
> Project: Nutch
> Issue Type: Improvement
> Affects Versions: 1.6
> Reporter: Sebastian Nagel
> Assignee: Sebastian Nagel
> Priority: Minor
> Fix For: 1.9
>
> Attachments: NUTCH-1561-trunk-v2.patch, NUTCH-1561-trunk-v3.patch,
> NUTCH-1561-trunk-v4.patch, NUTCH-1561-v1.patch
>
>
> 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
> {code}
> <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>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)