From: Christopher M. <chr...@mc...> - 2005-07-19 23:10:27
|
On Tue, 2005-07-19 at 19:45 -0300, Manuel Lemos wrote: > Great. I hope that will allow us to do things like making Htdig crawl > individual pages and only update their entries in the index. That is > what miss most in the current HTDig version. I'm using htdig 3.2 for doing incremental indexing right now and it seems to be working fine. What sort of problems are you having? To remove a list of URLs: htpurge -c conf_file.conf -u list_of_urls.txt To do an incremental index: echo URL_list.txt | htdig -m foo -c conf_file.conf - (notice the trailing '-'). Making this work wasn't obvious, but I had a bit of help from the list, and it's all working for me now. Cheers, Chris -- Christopher Murtagh Enterprise Systems Administrator ISR / Web Service Group McGill University Montreal, Quebec Canada Tel.: (514) 398-3122 Fax: (514) 398-2017 |