I used a similar method: <CFSET score_percent = score * (100)>
But, what I really should have asked was if there is anyway to
optimize my *document*, in order to get a better/more accurate scoring. What
I am really concerned with is somehow controlling how the score is assessed
and whether or not I can somehow alter my documents to increase the accuracy
of the score, i.e. inserted meta tags for keywords (the indexed docs are
.htm, not .cfm)
I guess I do not fully understand how the score is assessed &
whether there is anything that can be done to a document to increase it's
score for a particular search term. Is there a good place I can go for
reference information on the score, I have not been able to find much on my
own.
Thanks Again,
-donna
[EMAIL PROTECTED]
> cfsearch returns a score between 01 and 1. to convert it to a percent you
> can do the following.
> <cfset searchScore = searchName.score * 100>
>
>
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com