Inside Coldfusion MX
<cfcollection action = "action" collection = "collection_name" path = "path_of_verity_directory" language = "language" name = "queryname"> Description
This tag is used to create a collection that can be searched with the Verity search engine. External collections can be created using a native Verity indexing tool, such as Vspider or MKVDK. Attributes
action (Optional) Default: list
collection (Required) Sets the collection name, which can include spaces. path (Required if action = "create") Absolute path to a Verity collection. The value to provide depends on the action attribute. If action=create, supply the directory path to the collection. language (Optional) Default: english. Other languages can be used but this requires the appropriate (European or Asian) Verity Locales language pack. name (Required if action = "list") Name for the query results returned by the list action. |