tags:

views:

172

answers:

0

I have set up 'Nutch search engine' to crawl websites. Now,I need to write an php API to talk to the Nutch search engine. I need to do 2 things:

1.using a PHP script I need to specify to Nutch as to which urls to crawl (for this I have some pointers from http://www.cs.sjsu.edu/faculty/pollett/masters/Semesters/Fall07/sheetal/?Deliverable2.html

2.using a PHP script I need to retrive the crawl result from the Nutch crawl DB. I cant seem to find any help on this (or i might be too dumb to see the answer if its already there :()

If anyone has used a PHP API to read Nutch crawl results, please share some pointers with me.

Desparately waiting for some help