Markus, Thanks for the speedy reply.
I attempted your suggestion and my error changed now I'm getting: org.apache.solr.common.SolrException: [doc=null] missing required field: id I am relatively new at this and all help is very appreciated. Thanks On Thu, Jul 5, 2012 at 11:41 AM, Markus Jelsma <markus.jel...@openindex.io>wrote: > Hello, > > The index-more plugin might run after your custom plugin. You can > configure the order in which plugins are run. Please consult the > indexingfilter.order directive's description.in conf/nutch-default.xml. > > Cheers, > > > > > -----Original message----- > > From:Jim Chandler <jamescchand...@gmail.com> > > Sent: Thu 05-Jul-2012 17:04 > > To: user@nutch.apache.org > > Subject: NutchField > > > > Greetings All, > > > > I'm trying to write access NutchFields that have been written to the > > NutchDocument earlier by the index-more plugin. When I use > > NutchDocument.getFields() all that is returned is the segment and digest > > fields. I know that index-more adds date, type, content-length. Could > > someone point me in the right direction? > > > > Thanks, > > Jim > > >