Chapter 11: Indexing and Searching Data
157
Populating and Indexing a Collection
At this point, the new collection is just an empty shell. To populate the collection with
indexed data, you can use either of two methods:
•
The CF Administrator
•
The CFINDEX tag
You can use the Verity Wizard in ColdFusion Studio to create the templates to
make yur documents searchable. To run the wizard, click File > New and select
the Verity Wizard from the CFML tab of the New Document dialog.
Note
You can index and search against Verity collections created outside of
ColdFusion by using the EXTERNAL attribute of CFINDEX and
CFSEARCH.
Selecting an indexing method
Use the following guidelines to determine which method to use.
Using ColdFusion Administrator
To use ColdFusion Administrator to index a collection:
1.
Select a collection name in the Verity Collections box.
2.
Click Index to open the index page. The selected collection name appears at the
top of the page.
3.
Enter a single file type or multiple file types separated by commas.
4.
Type in the directory path for the collection or click Browse Server and navigate to
the directory in which to begin the index.
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.
Содержание COLDFUSION 4.5-DEVELOPING WEB
Страница 1: ...Allaire Corporation Developing Web Applications with ColdFusion ColdFusion 4 5...
Страница 14: ...xiv Developing Web Applications with ColdFusion...
Страница 26: ...xxvi Developing Web Applications with ColdFusion...
Страница 34: ...8 Developing Web Applications with ColdFusion...
Страница 70: ...44 Developing Web Applications with ColdFusion...
Страница 84: ...58 Developing Web Applications with ColdFusion...
Страница 114: ...88 Developing Web Applications with ColdFusion...
Страница 148: ...122 Developing Web Applications with ColdFusion...
Страница 174: ...148 Developing Web Applications with ColdFusion...
Страница 208: ...182 Developing Web Applications with ColdFusion...
Страница 244: ...218 Developing Web Applications with ColdFusion...
Страница 274: ...248 Developing Web Applications with ColdFusion...
Страница 288: ...262 Developing Web Applications with ColdFusion...
Страница 300: ...274 Developing Web Applications with ColdFusion...
Страница 350: ...324 Developing Web Applications with ColdFusion...
Страница 362: ...336 Developing Web Applications with ColdFusion...