I created a verity collection, but the searches against the
collection only return matches on information between the
<title> tags. Other words contained between the <body> tags
don't seem to be indexed.

Can anyone tell me what I am doing wrong.

The code to index:
<cfset IndexCollection = "illustratorsclub-collection">
<cfset IndexDirestory = "E:\Inetpub\wwwroot\beta.cdad.com\ic\members">
<cfset IndexRecurse = "Yes">
<cfset IndexExtensions = ".htm, .html">
<cfset IndexLanguage = "English">
<cfindex
  collection="#IndexCollection#"
  action="refresh"
  type="PATH"
  key="#IndexDirectory#\"
  extensions="#IndexExtensions#"
  recurse="#IndexRecurse#"
  language="#IndexLanguage#"
  urlPath="http://127.0.0.1/ic/members">

Code to search:
<cfsearch name="GetResults"
  collection="illustratorsclub-collection"
  criteria="#criteria#">

Thanks for your help! Jeff
  
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to