Hi, I used the same example for the integration of nutch inside an EAR. Take a look at: au.csiro.cass.arch.utils.Starter (thanks again to Arkadi!) Regards Hannes On Mon, Aug 9, 2010 at 1:53 AM, <[email protected]> wrote:
> Hi, > > >-----Original Message----- > >From: Roger Marin [mailto:[email protected]] > >Sent: Saturday, August 07, 2010 5:01 AM > >To: [email protected] > >Subject: Embed the Crawl API in my application > > > > ... > > > > >The other stuff I need to figure out is if it's possible to > >programmaticaly > >set some of the parameters needed to use the crawler, for instance I > >need to > >programmatically set the values of the urls instead of having a url > >file, or > >a crawl-urlfilter file as well as the properties in the nutch-site.xml, > >because these can be configured dynamically by the application and are > >relative to the application itself > >so I cannot hardcode these properties. > > This is done in Arch. You can get source here > > http://www.atnf.csiro.au/computing/software/arch/ > > and use it as an example. > > > > >Any help you can give me or documentation you can point me to, will be > >greatly appreciated. > > > > > >Thank you. >

