Search

The Lucee Search support via the Lucene extension is no longer maintained and is not recommended for new projects.

Tags

  • <cfcollection>

    Allows you to create and administer search collections for indexing and searching content. This tag enables full-text search capabilities, including hybrid vector search when used with embedding services. Collections can be queried using different search modes: keyword-based (traditional), vector-based (semantic), or hybrid (combining both approaches)

  • <cfindex>

    Populates a full text search collections with indexed data.

  • <cfsearch>

    Executes searches against data indexed

Guides