Removing websites from the indexes

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Removing websites from the indexes

Post by Thunderstone »



Hi,

I accidentally indexed clubs.yahoo.com which resulted in thousands of
URLS in my index which I don't need - I only wanted a single club in
the index. After reading the manual a little more I know how to avoid
this in the future.

I am attempting to delete the site from my indexes with this command
:
./gw -s "delete from html where Url like '/yahoo.com'"

It apears to output the contents of the records being deleted - is
there any way to supress this output ?

Thanks

Neil McAliece


User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Removing websites from the indexes

Post by Thunderstone »




I could not find an option to turn off output, but

/gw -s "delete from html where Url like '/yahoo.com'" >/dev/null

should produce the desired effect.






Post Reply