Internet »
Cold Fusion »
Verity
CFSEARCH TYPE INTERNET
ColdFusion Spider
Introducing the Spider, Teleport Pro Teleport is designed to download Web sites to your hard drive for offline browsing, but we're going to use it to help create our searchable Web spider. To create our searchable Web spider we're going to build a Verity collection from a locally stored mirror of a Web site. Creating the Web Spider Search Templates Now that we have a Verity collection populated with files mirrored from the HTML Goodies Web site, we need to create the templates to receive ...
http://www.sys-con.com/story/?storyid=41800&DE=1 [
cache]
MD ColdFusion User's Group
<CFINDEX COLLECTION="Customer_Database" ACTION="UPDATE"
type="CUSTOM" BODY="first_name, last_name, address1, address2, city, state, country, email" KEY="Customer_ID" TITLE="last_name" QUERY="get_all_customers"> When indexing a database, the
type= field is ALWAYS custom.
http://www.cfug-md.org/articles/verityvsslicedbread_final_draft.cfm [
cache]
CFHub.com Directories
pages.cfm <cfset FileList = ""> <cfloop list="#Form.DirList#" index=Dir> <CFDIRECTORY ACTION="list" DIRECTORY="#Dir#" NAME="IndexList"> <cfoutput query="IndexList"> <cfif IndexList.
type is "file"> <cfset FileList = "#listappend(FileList,Dir&IndexList.name)#"> </cfif> </cfoutput> </cfloop> <cfloop list="#FileList#" index="File"> <...
http://cfhub.com/tutorials/verity/Part16.cfm [
cache]