Kir Kolyshkin wrote:
> 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)
index -C -u works only with aspseek >= 1.2.2 --enable-fast-clones
(turned on by default since 1.2.0)
Igor.