Sorry for taking so long to get back to you--I have been at my
parents for the Thanksgiving holiday.
At 3:59 PM -0800 11/23/00, Jost Diederichs wrote:
>I got the code snapshot htdig-3.2.0b3-111900.tar.gz hoping it would compile
>on RedHat 7 and it did. Thank you.
I have a RedHat 7 box on my desk at work--I don't have much time to
code on it, but I do make sure things compile.
>If I remove the test for "dup" in the following line, everything works:
> if (ref->DocState() == Reference_noindex || dup) {
>and change it to
> if (ref->DocState() == Reference_noindex) {
>I believe that the test for dup has only recently been added. I tried to
>trace back towards the definition of "dup" but havn't found it so far.
I would guess "dup" derives from the md5 checksumming. It should be
set if the md5 hash of the current document matches one in the
database already. Toivo put in that code and I'd have to search
around a bit to see what the problem would be--I haven't seen a
problem in my tests.
Have you set check_unique_md5 or check_unique_date?
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.