Chapter 1: ColdFusion Tags
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>
107
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?
Questions and answers