Denis Mysenko wrote: > > Will MaxDocsPerServer affect already added but not infexed documents?
MaxDocsPerServer tells index a limit of documents to be indexed from the given server in _one_ indexing session. In other words, it is per-session parameter, if you run index one more time, it can index another X documents. > And how can I erase all added but not indexed documents? index -C -s 0 should be helpful, if I'm not mistaken %-0 > > On Wed, 19 Dec 2001, Kir Kolyshkin wrote: > > > Denis Mysenko wrote: > > > > > > How to prevent loops? > > > Some lame webmasters have infinite links on their sites. > > > MaxHops doesn't help. > > > > Use either MaxDocsPerServer or write some custom "Replace" > > or "Disallow" rules. Also, -o flag to indexer may be of some help. > > > > -- > > [EMAIL PROTECTED] ICQ 7551596 Phone +7 903 6722750 > > Hard work may not kill you, but why take chances? > > -- > > > > -- > Denis Mysenko > Siberian Internet Company > +7 382 2420471 -- [EMAIL PROTECTED] ICQ 7551596 Phone +7 903 6722750 Hard work may not kill you, but why take chances? --
