Macromedia coldfusion 4.5-cfml language reference User Manual

Page of 608
Chapter 1:  ColdFusion Tags
107
EXTENSIONS 
Optional. Specifies the comma-separated list of file extensions that ColdFusion 
uses to index files when TYPE="Path". Default is HTM, HTML, CFM, CFML, DBM, 
DBML. An entry of "*." returns files with no extension:
EXTENSIONS=".htm, .html, .cfm, .cfml, *."
Returns files with the specified extensions as well as files with no extension.
QUERY 
Optional. Specifies the name of the query against which the collection is being 
generated. 
RECURSE 
Optional. Yes or No. Yes specifies that directories below the path specified in KEY 
when TYPE="Path" will be included in the indexing operation. 
EXTERNAL 
Optional. Yes or No. Yes indicates that the collection specified in COLLECTION 
was created outside of ColdFusion using native Verity indexing tools. 
LANGUAGE
Optional. To use the LANGUAGE attribute you must have the ColdFusion 
International Search Pack installed. Valid entries are:
English (default)
German 
Finnish 
French 
Danish 
Dutch 
Italian 
Norwegian 
Portuguese 
Spanish 
Swedish 
Example
<!--- This example shows how to utilize CFINDEX
to populate an existing collection with content --->
<HTML>
<HEAD>
<TITLE>
CFINDEX Example
</TITLE>
</HEAD>
<BODY bgcolor=silver>
<H3>CFINDEX Example</H3>