Michael Beloshapka �����(�):
> 
> Hello aseek-users,
> 
> Can I delete documents from index?
> And, if I can, how can I do this?

index -C -u urlmask | -t tag | -s status
or delete everything with index -C

urlmask should be SQL-like wildcard, so _ is any single character,
and % is any characters.

So, index -C -u http://www.site.com/~some% will delete every URL
that is started with "http://www.site.com/~some";, and
index -C -u http://%.com% will delete everything in .com domain

BTW this is more-or-less well described if you ask index for help
(index -h)


--  [EMAIL PROTECTED]  http://kir.sever.net   ICQ 7551596  --
Bend the facts to fit the conclusion. It's easier that way.
--  |_ | |\| |_| ><   --  |_| |\| | ><   --   | ) |\/|   --

Reply via email to