<cfcollection>
Allows you to create and administer Search collections.
This tag cannot have a body.
This tag is also supported within <cfscript>
<cfcollection
engine=string
categories=boolean
action=create|repair|delete|optimize|list|map|categoryList
collection=string
path=string
language=string
name=string
>
Examples
<cfcollection action="Create" collection="colName" path= "path" language="">
<cfcollection action="Delete" collection="colName">
See also
- Search
- <cfindex>
- <cfsearch>
- Lucee uses Apache Lucene for full text indexing
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)