At 12:48 PM +0100 6/29/00, Carlos Sanchez wrote:
>I would like to know how HtDig get the score of a document, I guess
>that it count the number of times that the keyword is in the document,
>but does it store this
>number somewhere in the index?.

In 3.1.x and earlier:
Yes, the score is almost exactly the "weight" stored in the 
db.wordlist file (the w: line).

The weight is essentially a sum of the *_factor appropriate to the 
word multiplied by a factor for location (1000-1).

In 3.2 the issue is a bit different, but essentially the score is 
calculated on-the-fly.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/

------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


Reply via email to