[ 
https://issues.apache.org/jira/browse/NUTCH-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris A. Mattmann resolved NUTCH-2001.
--------------------------------------
    Resolution: Fixed

Thanks [~jcocking] I've applied your patch!

{noformat}
[chipotle:~/tmp/nutch-1.10-trunk] mattmann% svn commit -m "Fix for NUTCH-2001 
Sub Collection Field Name incorrect in nutch-default.xml contributed by Jeff 
Cocking <[email protected]>"
Sending        CHANGES.txt
Sending        conf/nutch-default.xml
Transmitting file data ..
Committed revision 1676185.
{noformat}


> SubCollection Field Name incorrect in nutch-default.xml
> -------------------------------------------------------
>
>                 Key: NUTCH-2001
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2001
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.8, 1.9
>            Reporter: Jeff Cocking
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 1.10
>
>         Attachments: NUTCH-2001-1.x.patch
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> SubcollectionIndexingFilter.java is looking for the following variable in 
> nutch-default.xml (at line 56).:
>  fieldName = conf.get("subcollection.default.fieldname", "subcollection");
> nutch-default.xml lists the following:
> <property>
>   <name>subcollection.default.field</name>
>   <value>subcollection</value>
>   <description>
>   The default field name for the subcollections.
>   </description>
> </property>
> The field name for nutch-default.xml should be changed from 
> subcollection.default.field to subcollection.default.fieldname.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to