Search

edit

Lucee provides full-text search capabilities via the Lucene Extension, supporting traditional keyword search, vector-based semantic search, and hybrid mode combining both approaches.

See the Lucene Extension recipe for details.

Functions

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