Subject: Re: [htdig3-dev] Redirects still counted as documents?
From: Geoff Hutchison (ghutchis@wso.williams.edu)
Date: Thu Oct 26 2000 - 20:14:34 PDT
Sorry I didn't respond to this earlier--it's been a very busy week,
but I'm trying to catch up this weekend.
At 12:41 PM -0500 10/26/00, Gilles Detillieux wrote:
>The old record for the pre-redirect URL will get tossed out of the
>database by htmerge/htpurge, and the total index size should be
>corrected at that point.
Furthermore, htsearch will ignore the document if for some reason it
hasn't been purged yet, at least in the 3.2 code.
With the way the database worked in 3.1 and before, you *had* to
change DocIDs when you had a redirect. After all, the database was
keyed by the URL and you can't just change the key of the record in a
B-Tree. Now the main DocDB is keyed by DocID, but you still have to
keep an index of URL->DocID for htdig and you still don't want to
change the key there.
-- -Geoff Hutchison Williams Students Online http://wso.williams.edu/------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to htdig3-dev-unsubscribe@htdig.org You will receive a message to confirm this.
This archive was generated by hypermail 2b28 : Thu Oct 26 2000 - 20:23:41 PDT