[ 
https://issues.apache.org/jira/browse/NUTCH-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16191684#comment-16191684
 ] 

ASF GitHub Bot commented on NUTCH-2437:
---------------------------------------

lewismc commented on issue #228: fix for NUTCH-2437 contributed by tmzzngl
URL: https://github.com/apache/nutch/pull/228#issuecomment-334234427
 
 
   Thank you very much @tulay great.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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)

Reply via email to