dowalk deletes db1?

Post Reply
b.sims
Posts: 99
Joined: Fri Oct 26, 2001 10:40 am

dowalk deletes db1?

Post by b.sims »

I made a typo while trying to do a reindex (remakindex.txt).

1. Does this call a dispatch instead?

2. Would this delete an existing data directory (db1, the one I was trying to reindex).

Thanks
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

dowalk deletes db1?

Post by mark »

Yes, using a non-existent entry point will default to "main" which does a dispatch when used from the command line. You could change that with a simple edit to the "<a name=main" function of dowalk.

Walks alternate between db1 and db2. Once a new walk database is completed and made live the old database is deleted. The search knows which to use by consulting the profile for the SS_db setting.
Post Reply