<CFCOLLECTION ACTION="action"
COLLECTION="collection"
PATH="implementation directory"
LANGUAGE="language">
ACTION
Required. Specifies the action to perform:
- CREATE -- Creates a new collection using the specified path and optionally specified language.
- REPAIR -- Fixes data corruption in the collection.
- DELETE -- Destroys the collection.
- OPTIMIZE -- Purges and reorganizes data for efficiency.
- MAP -- Assigns an alias to an existing Verity collection.
COLLECTION
Required. Specifies a collection name.
PATH
Required for CREATE. Specifies a path to the Verity collection.
LANGUAGE
Optional for CREATE. 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
|