cfsearch returns a score between 01 and 1. to convert it to a percent you
can do the following.

<cfset searchScore = searchName.score * 100>

----- Original Message -----
From: "O'LEARY, DONNA" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Monday, January 15, 2001 3:44 PM
Subject: optimizing a search score?


> Hi,
> I am new to both CF & the list, this is a great resource.
>
> I indexed a collection of .htm files and used a 'cfsearch collection' to
> access the documents and show users a Yahoo type interface of links to the
> pertinent html pages.
>
> I am wondering if there is a way that I can optimize my search Score (aka
> rankings), perhaps something similar to the way search engines utilize
meta
> tags on an HTML document. In particular I am wondering if there is a way
to
> include "keywords" in the score assessment.
>
> Thanks,
> -donna
>
> Donna O'Leary
> [EMAIL PROTECTED]
>
>
> --------------------------------------------------------------------------
----
> To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to