Using the CF Administrator or CFINDEX
|
Use the Administrator if
|
Use the CFINDEX tag if
|
You want to index document files.
|
You want to index ColdFusion query results.
|
The collection won't be updated very frequently.
|
You need to dynamically populate or update a collection from a ColdFusion application page.
|
You want to generate the collection without writing any CFML code.
|
Your collection needs to be updated frequently.
|
You want to generate a one-time collection.
|
Your collection needs to be updated by other people.
|