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


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to