On Thu, Jan 5, 2012 at 4:42 AM, niviksha <[email protected]> wrote: > Hi all, this is my first post. > > I've used lucene extensively in the past, but am just getting my feet wet > with Nutch. The problem I have is to use Nutch to crawl relational (sql) > databases. Is this possible via the current plug in model, or will I need to > specialize the default crawl infrastructure to do so? Any gotchas?
Others may correct me, but I would go with Solr for this, probably using its DataImportHandler: http://wiki.apache.org/solr/DataImportHandler Regards, Gora

