UdmSearch: Can I remove a URL while the URL is being indexed

2001-01-24 Thread Team JUMP

I've currently got what looks like a run-a-way URL being indexed. I'd like
to remove the URL from the live index.  There are currently 10 indexers
running.

Can I simply launch a new process:

 ./indexer -remove http://www.problem.com/???


Will this cause an error if it is currently trying to index the problem
site?

Any suggestions appreciated.

TIA

Charlie

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




Re: UdmSearch: Can I remove a URL while the URL is being indexed

2001-01-25 Thread Alexander Barkov

Team JUMP wrote:
> 
> I've currently got what looks like a run-a-way URL being indexed. I'd like
> to remove the URL from the live index.  There are currently 10 indexers
> running.
> 
> Can I simply launch a new process:
> 
>  ./indexer -remove http://www.problem.com/???
> 
> Will this cause an error if it is currently trying to index the problem
> site?
> 
> Any suggestions appreciated.


You can run indexer -C http://www.problem.com/%

But running indexers may start to index this site again,
You have to edit indexer.conf and restart indexers.
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]