I execute the script below to update the db. However, in order to see the result of this search in the Nutch webapp app I have to reload it through the Tomcat manager app. Is this necessary? Should it automaticly notice the new information?

#inject URLS
./bin/nutch inject $searchdir/db -urlfile urls.txt
#generate segment
./bin/nutch generate $searchdir/db $searchdir/segments/
./bin/nutch fetch /$segment/
./bin/nutch updatedb  $searchdir/db/  $segment/
#Are these nescessary to run each time
./bin/nutch analyze  $searchdir/db/ 2
#update index with new segment data
./bin/nutch index  $segment/


--Rick Anderson

Reply via email to