Contents

cfcollection

Description

Allows you to create and administer Search collections.

Category

Other

Implemented

Usage Syntax

<cfcollection  
	[categories="Boolean"]
	[action="String"]
	[collection="String"]
	[path="String"]
	[language="String"]
	[name="String"]
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
categories Boolean No Used only for creating a collection
action String No Specifies the action to perform.
collection String No Specifies a collection name or an alias if action = "map"
path String No
language String No
name String No

Example Usage