In that case, the CF search engine should do nicely...

Here is some sample CFSEARCH code, you will want to setup the index using
CFINDEX or CF Adminstrator:

<cfsearch 
name="testsearch"
collection="cfwebsites"
type="Simple"
criteria="direct">

Search Results<br><br>

<cfoutput query="testsearch">
#score#, <a href="#url#"></a>#title#</a><br><br>
</cfoutput>

Eddie Phillips
EDS Canada Inc.
Web Services Architect - PCO
[EMAIL PROTECTED]
Ph. (204) 926-2712
Fax (204) 943-2765

 -----Original Message-----
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, March 20, 2001 9:13 AM
To:     [EMAIL PROTECTED]
Subject:        RE: How to build a Web Site search engine


Maybe I explained not clear.  I want to build a search engine for a web
site where a user canl type any word and get a list of pages with links
where this word is used. (money, statistics, profit, etc,.)

Henry


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to