Hi I have written custom code to add specific fields to my nutch table. I am using nutch 2.3.0. You need to add the field to gora-mongodb-mapping.xml file and also to the gora mappings files and then regenerate the avro schema file WebPage.java with gora compiler. Its a long option but then you would have more control over the fields. I have not explored the plugin option.
Thanks On Fri, Mar 18, 2016 at 11:42 AM, harsh <[email protected]> wrote: > Hi All > > I want to add some field on storage backend while downloading the URLs in > Fetch phase in nutch-gora-mongoDB.I am confusing whether it is possible > through creating plugin OR change in source code. Kindly suggest. > > Thanks > > > > >

