[ https://issues.apache.org/jira/browse/NUTCH-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981412#action_12981412 ]
Julien Nioche commented on NUTCH-940: ------------------------------------- Map<String,String[]> => multiple values for the same key which is useful for mulitvalued fields in SOLR e.g. anchors. see the functionalities of https://issues.apache.org/jira/browse/NUTCH-924 (and my comments there). Since your plugin is more generic I'd rather use it as soon as it provides at least the same functionalities . Don't forget to add to src/plugin/build.xml <ant dir="index-static" target="clean"/> Thanks Julien > static field plugin > ------------------- > > Key: NUTCH-940 > URL: https://issues.apache.org/jira/browse/NUTCH-940 > Project: Nutch > Issue Type: New Feature > Components: indexer > Affects Versions: 1.3, 2.0 > Reporter: Claudio Martella > Priority: Minor > Attachments: index-static.diff, static-field.diff, static-field.tar.gz > > > A simple plugin called at indexing that adds fields with static data. You can > specify a list of <fieldname>:<fieldcontent> per nutch job. > It can be useful when collections can't be created by urlpatterns, like in > subcollection, but on a job-basis. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.