[
https://issues.apache.org/jira/browse/NUTCH-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney resolved NUTCH-2437.
-----------------------------------------
Resolution: Fixed
> gora mongodb mapping file error
> -------------------------------
>
> Key: NUTCH-2437
> URL: https://issues.apache.org/jira/browse/NUTCH-2437
> Project: Nutch
> Issue Type: Bug
> Components: storage
> Affects Versions: 2.4
> Reporter: Tulay Muezzinoglu
> Priority: Trivial
> Labels: gora, mapping, mongo
> Fix For: 2.4
>
>
> conf/gora-mongodb-mapping.xml
> {code}
> <field name="stmPriority" family="stmPriority" type="int32"/>
> {code}
> should be
> {code}
> <field name="stmPriority" docfield="stmPriority" type="int32"/>
> {code}
> Otherwise it is throwing exception.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)