Tulay Muezzinoglu created NUTCH-2437:
----------------------------------------
Summary: 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
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)